diff --git a/jarvis/__init__.py b/jarvis/__init__.py index 3c2e556a..afffb341 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -11,4 +11,3 @@ def test(*args): path = os.path.join(os.path.split(__file__)[0], "tests") pytest.main(args=[path] + list(args)) - \ No newline at end of file