From ce296323331eea8cc7ba29b5337daa5ee0eeb1a9 Mon Sep 17 00:00:00 2001 From: andrei Date: Thu, 23 Jun 2022 13:54:27 +0300 Subject: [PATCH] init of convert.py for mongodb implementation --- planetmint/backend/localmongodb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetmint/backend/localmongodb/__init__.py b/planetmint/backend/localmongodb/__init__.py index a86527a..48719c7 100644 --- a/planetmint/backend/localmongodb/__init__.py +++ b/planetmint/backend/localmongodb/__init__.py @@ -22,7 +22,7 @@ generic backend interfaces to the implementations in this module. """ # Register the single dispatched modules on import. -from planetmint.backend.localmongodb import schema, query # noqa +from planetmint.backend.localmongodb import schema, query, convert # noqa # MongoDBConnection should always be accessed via # ``planetmint.backend.connect()``.