diff options
Diffstat (limited to 'tests/roots/test-ext-autodoc/autodoc_dummy_module.py')
-rw-r--r-- | tests/roots/test-ext-autodoc/autodoc_dummy_module.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/roots/test-ext-autodoc/autodoc_dummy_module.py b/tests/roots/test-ext-autodoc/autodoc_dummy_module.py index 5cc427ea4..1e9ed19dc 100644 --- a/tests/roots/test-ext-autodoc/autodoc_dummy_module.py +++ b/tests/roots/test-ext-autodoc/autodoc_dummy_module.py @@ -1,4 +1,4 @@ -from dummy import * # NOQA +from dummy import * # NOQA def test(): |