summaryrefslogtreecommitdiff
path: root/services/data-collector/src/data_collector/storage.py
diff options
context:
space:
mode:
Diffstat (limited to 'services/data-collector/src/data_collector/storage.py')
-rw-r--r--services/data-collector/src/data_collector/storage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/data-collector/src/data_collector/storage.py b/services/data-collector/src/data_collector/storage.py
index 1e40b82..aeeaaed 100644
--- a/services/data-collector/src/data_collector/storage.py
+++ b/services/data-collector/src/data_collector/storage.py
@@ -1,4 +1,5 @@
"""Candle storage: persists to DB and publishes to Redis."""
+
from shared.events import CandleEvent
from shared.models import Candle