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:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-01-07 19:52:21 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-01-07 19:52:21 +0300
commit83db04ae407d9c8703340af82efb23f016fcb044 (patch)
tree09c33a52bc98437d4fb1a3f8135c382247a4a8d7 /sphinx/errors.py
parent40473290ad73fffb5994acf0e89e395a7d495a8f (diff)
Fix flake8 violation
Diffstat (limited to 'sphinx/errors.py')
-rw-r--r--sphinx/errors.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sphinx/errors.py b/sphinx/errors.py
index 01f92a3cf..01f29d7aa 100644
--- a/sphinx/errors.py
+++ b/sphinx/errors.py
@@ -10,8 +10,6 @@
:license: BSD, see LICENSE for details.
"""
-import traceback
-
class SphinxError(Exception):
"""