Skip to content

Commit

Permalink
fix flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
msaipraneeth committed Jan 3, 2024
1 parent 59cdcb3 commit d71ee0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_utils_build_entities_from_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
import json

from cmem_plugin_base.dataintegration.entity import EntitySchema, EntityPath
from cmem_plugin_base.dataintegration.utils.entity_builder import build_entities_from_data
from cmem_plugin_base.dataintegration.utils.entity_builder import (
build_entities_from_data
)


def test_single_object():
Expand Down

0 comments on commit d71ee0f

Please sign in to comment.