[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-06-27 06:12:09 +00:00 committed by Gabriel Augendre
parent 995adc32ce
commit f68e519695

View file

@ -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"]: