Skip to content

Commit

Permalink
Fix formmating
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelkusch committed Dec 18, 2024
1 parent 1d49e04 commit 07215e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hidimstat/test/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ def test_version():
"""Test that the version is set correctly."""
import hidimstat
assert isinstance(hidimstat.__version__, str)
assert len(hidimstat.__version__.split(".")) == 3
assert len(hidimstat.__version__.split(".")) == 3

0 comments on commit 07215e8

Please sign in to comment.