Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Apr 9, 2024
1 parent 8e7c54e commit 919e984
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def dict_to_typed_dict(data: dict, keys_to_ignore = []):
data_as_datetime = datetime.fromisoformat(new_data[key].replace('Z', '+00:00'))
new_data[key] = data_as_datetime
continue
except: # pylint: disable=W0702
except: # pylint: disable=E722
# Do nothing
continue

Expand Down

0 comments on commit 919e984

Please sign in to comment.