3
0
Fork 0

fix: fix 'too-many-branches' for pylint

probably should actually refactor some of this? but ignore for now
This commit is contained in:
Lance Edgar 2025-08-31 20:16:23 -05:00
parent e6c495b40d
commit 6424432f1b
7 changed files with 9 additions and 8 deletions

View file

@ -157,7 +157,7 @@ class BatchMasterView(MasterView):
return f"{batch.id_str} {batch.description}"
return batch.id_str
def configure_form(self, f):
def configure_form(self, f): # pylint: disable=too-many-branches
""" """
super().configure_form(f)
batch = f.model_instance