Skip to content

Commit

Permalink
fix mypy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
msaipraneeth committed Dec 12, 2023
1 parent a488b3e commit da63d3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_utils_build_entities_from_data.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""Tests for `utils.build_entities_from_data`"""
import json

from dataintegration.entity import EntitySchema, EntityPath
from dataintegration.utils import build_entities_from_data
from cmem_plugin_base.dataintegration.entity import EntitySchema, EntityPath
from cmem_plugin_base.dataintegration.utils import build_entities_from_data


def test_single_object():
Expand Down

0 comments on commit da63d3b

Please sign in to comment.