Skip to content

Commit

Permalink
Fixing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sifex committed May 18, 2024
1 parent a03f4ea commit 9cb00e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion faststream/kafka/testing.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from datetime import datetime
from typing import TYPE_CHECKING, Any, Dict, Optional
from typing import TYPE_CHECKING, Any, Dict, Optional, Callable
from unittest.mock import AsyncMock

from aiokafka import ConsumerRecord
from typing_extensions import override
Expand Down

0 comments on commit 9cb00e7

Please sign in to comment.