diff options
Diffstat (limited to 'tests/utils_tests/test_module/bad_module.py')
| -rw-r--r-- | tests/utils_tests/test_module/bad_module.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils_tests/test_module/bad_module.py b/tests/utils_tests/test_module/bad_module.py index cc0cd168ce..69444b0e54 100644 --- a/tests/utils_tests/test_module/bad_module.py +++ b/tests/utils_tests/test_module/bad_module.py @@ -1,3 +1,3 @@ import a_package_name_that_does_not_exist -content = 'Bad Module'
\ No newline at end of file +content = 'Bad Module' |
