Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2017-09-07 03:48:03 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-11 07:53:29 +0300
commit481b1ad5355a090f214fe17407fc4c8adaf236f2 (patch)
tree7b850c9d1760f8975f70b0399a61dbcb7887ca22 /tests/test_ext_autosectionlabel.py
parent4beb4d00664054e818f64e7799db1f7ee4ac9212 (diff)
Remove extraneous import
Diffstat (limited to 'tests/test_ext_autosectionlabel.py')
-rw-r--r--tests/test_ext_autosectionlabel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_ext_autosectionlabel.py b/tests/test_ext_autosectionlabel.py
index 99634faa7..d2db4ae70 100644
--- a/tests/test_ext_autosectionlabel.py
+++ b/tests/test_ext_autosectionlabel.py
@@ -9,7 +9,6 @@
:license: BSD, see LICENSE for details.
"""
-import os
import re
import pytest