mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-01-30 02:44:23 +01:00
Create and use decimal object instead of floats
This commit is contained in:
committed by
Jacob Plaster
parent
8dc745f149
commit
afbb4a670c
@@ -7,7 +7,6 @@ import json
|
||||
import time
|
||||
import random
|
||||
|
||||
from decimal import *
|
||||
from .GenericWebsocket import GenericWebsocket, AuthError
|
||||
from .SubscriptionManager import SubscriptionManager
|
||||
from .WalletManager import WalletManager
|
||||
|
||||
Reference in New Issue
Block a user