Skip to content

Commit

Permalink
Looks like ruff trivialized test_import
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Jun 18, 2024
1 parent a8e3140 commit 400bf43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_import.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
def test_import():
pass
import timml
print(timml.__version__)


if __name__ == "__main__":
Expand Down

0 comments on commit 400bf43

Please sign in to comment.