Implement abstract interface

This commit is contained in:
Matthias
2019-12-28 11:10:31 +01:00
parent 9e4fc00a0f
commit 66d18575a7
2 changed files with 96 additions and 2 deletions

View File

@@ -96,7 +96,6 @@ class JsonDataHandler(IDataHandler):
:param pair: Pair
:param timeframe: Timeframe this ohlcv data is for
:param data: Data to append.
"""
raise NotImplementedError()