Cleanup: quiet Python linter warnings

This commit is contained in:
Campbell Barton
2024-12-11 11:26:24 +11:00
parent 560b6e2831
commit a7bc3e3418
25 changed files with 49 additions and 38 deletions

View File

@@ -229,7 +229,7 @@ class DNACatalogHTML:
return structure_field
def indent(self, input, dent, startswith=''):
def indent(self, input, dent):
output = ''
if dent < 0:
for line in input.split('\n'):