Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisclark committed Jul 22, 2024
1 parent 37bdeef commit 12de482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/ee/db_connections/mime.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_parser(file):
return json_to_typed_df
if is_sqlite(file):
return None
raise ValueError(f'File {file.content_type} not supported.')
raise ValueError(f"File {file.content_type} not supported.")


def is_csv(file):
Expand Down

0 comments on commit 12de482

Please sign in to comment.