diff options
Diffstat (limited to 'sphinx/directives/code.py')
-rw-r--r-- | sphinx/directives/code.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/directives/code.py b/sphinx/directives/code.py index 4ca849cf0..df193017d 100644 --- a/sphinx/directives/code.py +++ b/sphinx/directives/code.py @@ -20,8 +20,7 @@ from sphinx import addnodes from sphinx.config import Config from sphinx.deprecation import RemovedInSphinx40Warning from sphinx.locale import __ -from sphinx.util import logging -from sphinx.util import parselinenos +from sphinx.util import logging, parselinenos from sphinx.util.docutils import SphinxDirective if False: |