Fix lint errors

This commit is contained in:
Christophe Bedard 2019-08-04 16:17:19 +02:00
parent 1e05964057
commit 2f0cc7ca00

View file

@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
from inspect import signature
from typing import Dict from typing import Dict
import unittest import unittest
@ -64,6 +63,7 @@ class WrongHandler(EventHandler):
) -> None: ) -> None:
pass pass
class TestProcessor(unittest.TestCase): class TestProcessor(unittest.TestCase):
def __init__(self, *args) -> None: def __init__(self, *args) -> None: