Skip to content

Commit

Permalink
fix: add ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Dec 15, 2024
1 parent 2e53fac commit 0d76eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_logging/test_logging_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def test_default_queue_listener_handler(

expected_listener_class = LoggingQueueListener
elif expected_listener_class_str == "picologging.handlers.QueueListener":
from picologging.handlers import QueueListener
from picologging.handlers import QueueListener # pyright: ignore[reportMissingImports]

expected_listener_class = QueueListener
else:
Expand Down

0 comments on commit 0d76eed

Please sign in to comment.