Skip to content

Commit cfa4877

Browse files
authored
Update arctic.py
1 parent 98c662e commit cfa4877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arctic/arctic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from six import string_types
1616

1717

18-
__all__ = ['Arctic', 'VERSION_STORE', 'TICK_STORE', 'register_library_type']
18+
__all__ = ['Arctic', 'VERSION_STORE', 'TICK_STORE', 'CHUNK_STORE', 'register_library_type']
1919

2020
logger = logging.getLogger(__name__)
2121

0 commit comments

Comments
 (0)