Remove unnecessary typing import

This commit is contained in:
Matthias 2022-09-24 16:11:15 +02:00
parent 53c8e0923f
commit 50dfde7048
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ from freqtrade.rpc.api_server.ws_schemas import (WSAnalyzedDFMessage, WSAnalyzed
if TYPE_CHECKING:
import websockets.connect
import websockets.exceptions
class Producer(TypedDict):