Removed wrong import

This commit is contained in:
Shadab Zafar 2016-05-08 02:55:57 +05:30
parent 88e42bab6d
commit e5cebb81fb

View File

@ -7,6 +7,7 @@ import pyparsing as pp
from . import http, http2, websockets, writer, exceptions
from .exceptions import *
from .base import Settings
assert Settings # prevent pyflakes from messing with this