Skip to content

Commit

Permalink
Ignore parameterized imports mypy can't check
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Jul 6, 2024
1 parent b1a9f32 commit 229dfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_kafka_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from unittest import TestCase

from parameterized import parameterized
from parameterized import parameterized # type: ignore[import-untyped]

from mockafka.kafka_store import KafkaStore, KafkaException, Message

Expand Down

0 comments on commit 229dfac

Please sign in to comment.