mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 22:33:54 +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}"
|
notes += f"\n\n# {title}\n{text}"
|
||||||
except Exception:
|
except Exception:
|
||||||
self.stdout.write(f"No {field_name} found for {name}")
|
self.stdout.write(f"No {field_name} found for {name}")
|
||||||
notes = notes.strip()
|
return notes.strip()
|
||||||
return notes
|
|
||||||
|
|
||||||
def get_mana_max_compute(self, name) -> Profile.ManaMax:
|
def get_mana_max_compute(self, name) -> Profile.ManaMax:
|
||||||
if name in ["Barde", "Druide", "Forgesort", "Prêtre"]:
|
if name in ["Barde", "Druide", "Forgesort", "Prêtre"]:
|
||||||
|
|
Loading…
Reference in a new issue