Skip to content

Commit

Permalink
Remove unnecessary typing import
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Sep 24, 2022
1 parent 53c8e09 commit 50dfde7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion freqtrade/rpc/external_message_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

if TYPE_CHECKING:
import websockets.connect
import websockets.exceptions


class Producer(TypedDict):
Expand Down

0 comments on commit 50dfde7

Please sign in to comment.