Skip to content

Commit

Permalink
[#6] Lint 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Didou09 committed Apr 25, 2022
1 parent 53f6dad commit f361ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastock/_plot_as_profile1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def _check_keyX(coll=None, refs=None, ref_time=None, keyX=None):
if ref_time == refX:
msg = (
"Arg key_time and keyX have the same references!\n"
f"\t- key_time, ref_time: {key_time}, {ref_time}\n"
f"\t- ref_time: {ref_time}\n"
f"\t- keyX, refX: {keyX}, {refX}\n"
)
raise Exception(msg)
Expand Down

0 comments on commit f361ab4

Please sign in to comment.