Skip to content

Commit

Permalink
fix : autopep8 #177
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Aug 8, 2022
1 parent f66b3e1 commit 8b32575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otherfile/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"Documents", "Padulles2.ipynb"): DOCUMENT_ITEMS, os.path.join(
"otherfile", "test.html"): HTML_ITEMS, os.path.join(
"opem", "Params.py"): PARAMS_ITEMS, os.path.join(
"opem", "Test", "test_Functions.py"): TEST_ITEMS,os.path.join(
"opem", "Test", "test_Functions.py"): TEST_ITEMS, os.path.join(
"otherfile", "meta.yaml"): META_ITEMS}

TEST_NUMBER = len(FILES.keys()) + 1
Expand Down

0 comments on commit 8b32575

Please sign in to comment.