Fix lints errors

This commit is contained in:
Christophe Bedard 2019-08-04 15:31:06 +02:00
parent 422a420637
commit e152057f92
2 changed files with 2 additions and 2 deletions

View file

@ -37,6 +37,7 @@ class DepOne2(Dependant):
def dependencies():
return [DepEmtpy]
class DepTwo(Dependant):
@staticmethod

View file

@ -15,7 +15,6 @@
"""Base processor module."""
from collections import defaultdict
from typing import Any
from typing import Callable
from typing import Dict
from typing import List