Skip to content

Commit

Permalink
PEP8fy codebase: eliminated F811 flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Mar 17, 2017
1 parent 95c66e8 commit ba4f884
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cheroot/test/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@

import cheroot.server
import cheroot.wsgi

from cheroot._compat import HTTPSConnection, ntob
from cheroot.test import webtest

import cheroot.wsgi

_testconfig = None
log = logging.getLogger(__name__)
thisdir = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit ba4f884

Please sign in to comment.