Skip to content

Commit 0a49bd5

Browse files
committed
Remove unused __main__
1 parent a94021a commit 0a49bd5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_morphpy.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,3 @@ def linear(x, y, s):
164164
for i in range(5):
165165
assert pytest.approx(morph_info["squeeze"][f"a{i}"]) == i + 1
166166
assert pytest.approx(morph_info["funcy"]["s"]) == 2.5
167-
168-
169-
if __name__ == "__main__":
170-
TestMorphpy()

0 commit comments

Comments
 (0)