mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-14 13:28:11 +00:00
Fix pyflakes warnings in misc/ directories other than misc/build_helpers. refs #1557
This commit is contained in:
@ -105,7 +105,7 @@ def check():
|
||||
|
||||
$Id$
|
||||
"""
|
||||
from zope.interface.exceptions import BrokenImplementation, DoesNotImplement
|
||||
from zope.interface.exceptions import DoesNotImplement
|
||||
from zope.interface.exceptions import BrokenMethodImplementation
|
||||
from types import FunctionType, MethodType
|
||||
from zope.interface.interface import fromMethod, fromFunction, Method
|
||||
|
Reference in New Issue
Block a user