We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c662e commit cfa4877Copy full SHA for cfa4877
arctic/arctic.py
@@ -15,7 +15,7 @@
15
from six import string_types
16
17
18
-__all__ = ['Arctic', 'VERSION_STORE', 'TICK_STORE', 'register_library_type']
+__all__ = ['Arctic', 'VERSION_STORE', 'TICK_STORE', 'CHUNK_STORE', 'register_library_type']
19
20
logger = logging.getLogger(__name__)
21
0 commit comments