Skip to content

Commit

Permalink
Don't use module level imports for backend specific code
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Oct 5, 2020
1 parent e3e0f75 commit c920645
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions optimade/filtertransformers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,3 @@
given backend.
"""

from .mongo import MongoTransformer
from .elasticsearch import ElasticTransformer
from .base_transformer import BaseTransformer
from .django import DjangoTransformer

__all__ = (
"BaseTransformer",
"MongoTransformer",
"ElasticTransformer",
"DjangoTransformer",
)

0 comments on commit c920645

Please sign in to comment.