summaryrefslogtreecommitdiff
path: root/tests/roots/test-ext-autodoc/autodoc_dummy_module.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-ext-autodoc/autodoc_dummy_module.py')
-rw-r--r--tests/roots/test-ext-autodoc/autodoc_dummy_module.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/roots/test-ext-autodoc/autodoc_dummy_module.py b/tests/roots/test-ext-autodoc/autodoc_dummy_module.py
index c05d96e0d..5cc427ea4 100644
--- a/tests/roots/test-ext-autodoc/autodoc_dummy_module.py
+++ b/tests/roots/test-ext-autodoc/autodoc_dummy_module.py
@@ -1,6 +1,6 @@
-from dummy import *
+from dummy import * # NOQA
def test():
"""Dummy function using dummy.*"""
- dummy_function()
+ dummy_function() # NOQA