fix: fix 'too-many-branches' for pylint
probably should actually refactor some of this? but ignore for now
This commit is contained in:
parent
e6c495b40d
commit
6424432f1b
7 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue