Fix linting errors

This commit is contained in:
Katie Smith
2021-02-16 09:03:38 +00:00
parent 64ed50da17
commit 6b8ebb3421
11 changed files with 26 additions and 22 deletions

View File

@@ -151,7 +151,7 @@ def get_dt_string_or_none(val):
def get_uuid_string_or_none(val):
return str(val) if val else None
return str(val) if val else None
def format_sequential_number(sequential_number):