Skip to content

Commit fd779aa

Browse files
authored
remove blank line
1 parent 0bb6baa commit fd779aa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/version_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def test_version_is_consistent():
4747
def _version_module_exists():
4848
try:
4949
importlib.import_module("omf._version")
50-
5150
return True
5251
except ModuleNotFoundError:
5352
return False

0 commit comments

Comments
 (0)