mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Fix bug in submit_invoice method (bfxapi.rest.endpoints.rest_authenticated_endpoints).
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
from typing import List, Union, Literal, Optional, Any, cast
|
||||
|
||||
from ..types import *
|
||||
|
||||
from .. import serializers
|
||||
|
||||
from ..enums import Config, Sort
|
||||
from decimal import Decimal
|
||||
|
||||
from ..middleware import Middleware
|
||||
from .. types import *
|
||||
|
||||
from .. import serializers
|
||||
from .. enums import Config, Sort
|
||||
from .. middleware import Middleware
|
||||
|
||||
class RestPublicEndpoints(Middleware):
|
||||
def conf(self, config: Config) -> Any:
|
||||
|
||||
Reference in New Issue
Block a user