diff --git a/errorfix/tests/test_formatters.py b/errorfix/tests/test_formatters.py index 6a0d547..14e830b 100644 --- a/errorfix/tests/test_formatters.py +++ b/errorfix/tests/test_formatters.py @@ -1,4 +1,3 @@ -import pytest from errorfix.formatters import TextFormatter, JSONFormatter, StructuredFormatter from errorfix.patterns.matcher import MatchResult from errorfix.rules.rule import Rule