mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-02-23 14:34:31 +01:00
Small fix in package import statements.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing import List, Union, Literal, Optional
|
||||
from typing import List, Tuple, Union, Literal, Optional
|
||||
from decimal import Decimal
|
||||
from datetime import datetime
|
||||
|
||||
|
||||
@@ -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 *
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from typing import Type, Tuple, List, Dict, TypedDict, Union, Optional, Literal, Any
|
||||
from typing import List, Dict, Optional, Literal, Any
|
||||
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user