mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-20 15:24:21 +01:00
Small fix in package import statements.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from typing import List, Union, Literal, Optional
|
||||
from typing import TypedDict, List, Union, Literal, Optional
|
||||
|
||||
from decimal import Decimal
|
||||
|
||||
from .. types import *
|
||||
|
||||
Reference in New Issue
Block a user