pyflakes
This commit is contained in:
parent
ca55509763
commit
7e58767ac1
|
@ -9,7 +9,6 @@ from zope.interface import (
|
||||||
implementer,
|
implementer,
|
||||||
)
|
)
|
||||||
from twisted.python import log
|
from twisted.python import log
|
||||||
from .database import get_db
|
|
||||||
|
|
||||||
|
|
||||||
class ITransitClient(Interface):
|
class ITransitClient(Interface):
|
||||||
|
|
|
@ -8,6 +8,7 @@ from twisted.internet import endpoints
|
||||||
from . import transit_server
|
from . import transit_server
|
||||||
from .server_state import create_usage_tracker
|
from .server_state import create_usage_tracker
|
||||||
from .increase_rlimits import increase_rlimits
|
from .increase_rlimits import increase_rlimits
|
||||||
|
from .database import get_db
|
||||||
|
|
||||||
LONGDESC = """\
|
LONGDESC = """\
|
||||||
This plugin sets up a 'Transit Relay' server for magic-wormhole. This service
|
This plugin sets up a 'Transit Relay' server for magic-wormhole. This service
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
from __future__ import print_function, unicode_literals
|
from __future__ import print_function, unicode_literals
|
||||||
import os, io, json, sqlite3
|
import os, io, json
|
||||||
try:
|
try:
|
||||||
from unittest import mock
|
from unittest import mock
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user