diff --git a/tests/test_HMLE.py b/tests/test_HMLE.py index 03b9f0e..0808d86 100644 --- a/tests/test_HMLE.py +++ b/tests/test_HMLE.py @@ -5,4 +5,5 @@ def test_import_hmle(): success = True except: success = False - assert success \ No newline at end of file + assert success + \ No newline at end of file