From 21a3bd41275667b2120320cc792208aec161dce8 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 15 Nov 2020 17:03:26 +0900 Subject: refactor: Fix flake8 violations under tests/ directory --- tests/test_pycode.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_pycode.py') diff --git a/tests/test_pycode.py b/tests/test_pycode.py index ac3b34c9f..3d69e53cb 100644 --- a/tests/test_pycode.py +++ b/tests/test_pycode.py @@ -19,6 +19,7 @@ from sphinx.pycode import ModuleAnalyzer SPHINX_MODULE_PATH = os.path.splitext(sphinx.__file__)[0] + '.py' + def test_ModuleAnalyzer_get_module_source(): assert ModuleAnalyzer.get_module_source('sphinx') == (sphinx.__file__, sphinx.__loader__.get_source('sphinx')) -- cgit v1.2.1