Skip to content

Commit

Permalink
add Filestore to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Jul 31, 2023
1 parent 2cac395 commit 3b8af80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/maggma/stores/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from maggma.stores.aws import S3Store
from maggma.stores.azure import AzureBlobStore
from maggma.stores.compound_stores import ConcatStore, JointStore
from maggma.stores.file_store import FileStore
from maggma.stores.gridfs import GridFSStore
from maggma.stores.mongolike import (
JSONStore,
Expand All @@ -29,6 +30,7 @@
"ConcatStore",
"JointStore",
"GridFSStore",
"FileStore",
"JSONStore",
"MemoryStore",
"MongoStore",
Expand Down

0 comments on commit 3b8af80

Please sign in to comment.