fix: fix 'inconsistent-return-statements' for pylint
This commit is contained in:
parent
45a6c107b0
commit
4e9f7bf479
16 changed files with 67 additions and 23 deletions
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# wuttaweb -- Web App for Wutta Framework
|
||||
# Copyright © 2024 Lance Edgar
|
||||
# Copyright © 2024-2025 Lance Edgar
|
||||
#
|
||||
# This file is part of Wutta Framework.
|
||||
#
|
||||
|
@ -149,6 +149,7 @@ class BatchMasterView(MasterView):
|
|||
if value:
|
||||
batch_id = int(value)
|
||||
return f"{batch_id:08d}"
|
||||
return None
|
||||
|
||||
def get_instance_title(self, batch):
|
||||
""" """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue