mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-20 23:34:21 +01:00
Apply refactoring to some relative import directives.
This commit is contained in:
@@ -5,11 +5,11 @@ from typing import Callable, TypeVar, cast, \
|
||||
|
||||
from decimal import Decimal
|
||||
|
||||
from .. middleware import Middleware
|
||||
from ..middleware import Middleware
|
||||
|
||||
from .. enums import MerchantSettingsKey
|
||||
from ..enums import MerchantSettingsKey
|
||||
|
||||
from ... types import \
|
||||
from ...types import \
|
||||
InvoiceSubmission, InvoicePage, InvoiceStats, \
|
||||
CurrencyConversion, MerchantDeposit, MerchantUnlinkedDeposit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user