mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
995adc32ce
commit
f68e519695
1 changed files with 1 additions and 2 deletions
|
@ -73,8 +73,7 @@ class Command(BaseCommand):
|
|||
notes += f"\n\n# {title}\n{text}"
|
||||
except Exception:
|
||||
self.stdout.write(f"No {field_name} found for {name}")
|
||||
notes = notes.strip()
|
||||
return notes
|
||||
return notes.strip()
|
||||
|
||||
def get_mana_max_compute(self, name) -> Profile.ManaMax:
|
||||
if name in ["Barde", "Druide", "Forgesort", "Prêtre"]:
|
||||
|
|
Loading…
Reference in a new issue