diff --git a/tests/test_collector_error.py b/tests/test_collector_error.py index 81820796..2bda2d08 100644 --- a/tests/test_collector_error.py +++ b/tests/test_collector_error.py @@ -1 +1 @@ -#from no_existing_module.math_utils import * \ No newline at end of file +from no_existing_module.math_utils import * \ No newline at end of file