return state changes

This commit is contained in:
gcarq
2017-11-07 22:26:08 +01:00
parent f8084b117e
commit ba485fe2b2
2 changed files with 16 additions and 19 deletions

View File

@@ -17,7 +17,6 @@ class Exchange(ABC):
Fee for placing an order
:return: percentage in float
"""
return 0.0
@property
@abstractmethod