Skip to content

Commit

Permalink
Update util.py
Browse files Browse the repository at this point in the history
Updated using black suggestion
  • Loading branch information
Sumit112192 authored Mar 18, 2024
1 parent f1629d4 commit ab869ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/io/atom_data/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def resolve_atom_data_fname(fname):
)
return fpath

atom_data_name = fname.with_suffix('')
atom_data_name = fname.with_suffix("")

Check warning on line 38 in tardis/io/atom_data/util.py

View check run for this annotation

Codecov / codecov/patch

tardis/io/atom_data/util.py#L38

Added line #L38 was not covered by tests
atom_repo_config = get_atomic_repo_config()
if str(atom_data_name) in atom_repo_config:

Check warning on line 40 in tardis/io/atom_data/util.py

View check run for this annotation

Codecov / codecov/patch

tardis/io/atom_data/util.py#L40

Added line #L40 was not covered by tests
raise IOError(
Expand Down

0 comments on commit ab869ea

Please sign in to comment.