mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-28 09:50:24 +00:00
chore: NotRequired from typing_extensions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from typing import Any, Literal, NotRequired
|
||||
from typing import Any, Literal
|
||||
from uuid import uuid4
|
||||
|
||||
from typing_extensions import TypedDict
|
||||
from typing_extensions import NotRequired, TypedDict
|
||||
|
||||
from freqtrade.exchange.exchange import Exchange
|
||||
|
||||
|
||||
Reference in New Issue
Block a user