more flake8 fixes, in wormhole.py and _interfaces.py

This commit is contained in:
Brian Warner 2018-06-30 16:24:28 -07:00
parent bf0c93eddc
commit 5f61531445
2 changed files with 14 additions and 3 deletions

View File

@ -434,15 +434,26 @@ class IInputHelper(Interface):
class IJournal(Interface): # TODO: this needs to be public
pass
class IDilator(Interface):
pass
class IDilationManager(Interface):
pass
class IDilationConnector(Interface):
pass
class ISubChannel(Interface):
pass
class IInbound(Interface):
pass
class IOutbound(Interface):
pass