Fix lint errors
This commit is contained in:
parent
1e05964057
commit
2f0cc7ca00
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue