From 83db04ae407d9c8703340af82efb23f016fcb044 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 8 Jan 2017 01:52:21 +0900 Subject: Fix flake8 violation --- sphinx/errors.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'sphinx/errors.py') 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): """ -- cgit v1.2.1