Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jadbin committed Feb 22, 2021
1 parent 564fadc commit a342d42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion felmina/client/entity.py
Expand Up @@ -6,7 +6,7 @@
from elasticsearch.helpers import bulk

from felmina.client.namespaced import IndexedClient
from felmina.models.data import Entity
from felmina.schema.data import Entity


class EntityClient(IndexedClient):
Expand Down
2 changes: 1 addition & 1 deletion felmina/client/relation.py
Expand Up @@ -5,7 +5,7 @@
from elasticsearch.helpers import bulk

from felmina.client.namespaced import IndexedClient
from felmina.models.data import Relation
from felmina.schema.data import Relation
from felmina.utils import get_current_datetime


Expand Down
2 changes: 1 addition & 1 deletion felmina/client/schema.py
Expand Up @@ -4,7 +4,7 @@
from elasticsearch import NotFoundError, ConflictError

from felmina.client.namespaced import IndexedClient
from felmina.models.data import SchemaType, SCHEMA_TYPE
from felmina.schema.data import SchemaType, SCHEMA_TYPE
from felmina.utils import get_current_datetime


Expand Down

0 comments on commit a342d42

Please sign in to comment.