Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Sep 4, 2024
1 parent 49a168b commit 7fc8c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eelsdbparser/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import json


from eelsdbparser import EELSDBParser
from eelsdbparser.eelsdb_parser import EELSDBParser

if __name__ == "__main__":
archive = EELSDBParser.main(sys.argv[1])
Expand Down

0 comments on commit 7fc8c45

Please sign in to comment.