Skip to content

Commit fbe8fc7

Browse files
authored
Update __init__.py
1 parent cfa4877 commit fbe8fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arctic/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
""" The Arctic TimeSeries and Tick store."""
22

33
from .arctic import Arctic, register_library_type
4-
from .arctic import VERSION_STORE, TICK_STORE
4+
from .arctic import VERSION_STORE, TICK_STORE, CHUNK_STORE
55
from .store.version_store import register_versioned_storage
66
from .store._pandas_ndarray_store import PandasDataFrameStore, PandasSeriesStore, PandasPanelStore
77
from .store._ndarray_store import NdarrayStore

0 commit comments

Comments
 (0)