Skip to content

Commit

Permalink
Remove redundant imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
baterflyrity committed Feb 24, 2024
1 parent 6ddd09f commit 6d0bfc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
import logging
import textwrap
from collections import defaultdict
from contextlib import contextmanager
from typing import Any, Callable, ContextManager, Optional
from typing import Any, Callable, Optional
from unittest import mock

import aio_pika
Expand Down

0 comments on commit 6d0bfc0

Please sign in to comment.