Prevent autoflake from changing our API

This commit is contained in:
Aldo Cortesi 2015-05-30 17:50:46 +12:00
parent a09f3e06c3
commit 2a1a0e1ab2

View File

@ -6,6 +6,7 @@ from . import base, http, websockets, writer, exceptions
from exceptions import * from exceptions import *
from base import Settings from base import Settings
assert Settings # prevent pyflakes from messing with this
def parse_response(s): def parse_response(s):