Skip to content

Commit

Permalink
fix: test_domain
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs committed Oct 22, 2024
1 parent 9ec28ef commit 8fc7934
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_domain.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from simple_shapes.domain import (
from utils import PROJECT_DIR

from simple_shapes_dataset.domain import (
Attribute,
RawText,
SimpleShapesAttributes,
Expand All @@ -7,7 +9,6 @@
SimpleShapesText,
Text,
)
from utils import PROJECT_DIR


def test_image_domain():
Expand Down

0 comments on commit 8fc7934

Please sign in to comment.