mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
chore: remove non-needed type_checking import
This commit is contained in:
@@ -9,7 +9,7 @@ import asyncio
|
||||
import logging
|
||||
import socket
|
||||
from threading import Thread
|
||||
from typing import TYPE_CHECKING, Any, Callable, TypedDict, Union
|
||||
from typing import Any, Callable, TypedDict, Union
|
||||
|
||||
import websockets
|
||||
from pydantic import ValidationError
|
||||
@@ -31,10 +31,6 @@ from freqtrade.rpc.api_server.ws_schemas import (
|
||||
)
|
||||
|
||||
|
||||
if TYPE_CHECKING:
|
||||
import websockets.connect
|
||||
|
||||
|
||||
class Producer(TypedDict):
|
||||
name: str
|
||||
host: str
|
||||
|
||||
Reference in New Issue
Block a user