mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 23:02:13 -05:00
Fix linting errors
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user