From 2f0cc7ca0019ae94e40f04995757bb949025ceae Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sun, 4 Aug 2019 16:17:19 +0200 Subject: [PATCH] Fix lint errors --- tracetools_analysis/test/tracetools_analysis/test_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracetools_analysis/test/tracetools_analysis/test_processor.py b/tracetools_analysis/test/tracetools_analysis/test_processor.py index e0614d9..2e737df 100644 --- a/tracetools_analysis/test/tracetools_analysis/test_processor.py +++ b/tracetools_analysis/test/tracetools_analysis/test_processor.py @@ -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: