[refactoring] Remove unneeded interface
This commit is contained in:
parent
842bea8433
commit
a234d6ff6a
|
@ -15,7 +15,6 @@ log = getLogger(__name__)
|
|||
class Harvest(SingletonPlugin):
|
||||
|
||||
implements(IConfigurable)
|
||||
implements(IGenshiStreamFilter)
|
||||
implements(IRoutes, inherit=True)
|
||||
implements(IConfigurer, inherit=True)
|
||||
|
||||
|
|
Loading…
Reference in New Issue