Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 committed Sep 19, 2024
1 parent 1e57362 commit cb9a758
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/syft/src/syft/store/mongo_document_store.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# third party
from deprecated import deprecated
from pydantic import Field

# relative
Expand Down Expand Up @@ -51,9 +50,6 @@ class MongoDocumentStore(DocumentStore):
partition_type = MongoStorePartition


@deprecated(
version="0.9.1", reason="Use syft.store.db.postgres.PostgresDBConfig instead."
)
@serializable()
class MongoStoreConfig(StoreConfig):
__canonical_name__ = "MongoStoreConfig"
Expand Down

0 comments on commit cb9a758

Please sign in to comment.