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
# limitations under the License.
from inspect import signature
from typing import Dict
import unittest
@ -64,6 +63,7 @@ class WrongHandler(EventHandler):
) -> None:
pass
class TestProcessor(unittest.TestCase):
def __init__(self, *args) -> None: