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
|
||||
# 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue