Skip to content

Commit

Permalink
fix test_brat_builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Apr 17, 2024
1 parent 3a313ab commit 876a7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/builder/test_brat_builder.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from typing import Any

import pytest
from pie_modules.annotations import BinaryRelation, LabeledMultiSpan, LabeledSpan
from pytorch_ie import Annotation
from pytorch_ie.annotations import BinaryRelation, LabeledMultiSpan, LabeledSpan
from pytorch_ie.core import Annotation
from pytorch_ie.documents import TextBasedDocument

from pie_datasets.builders.brat import BratAttribute, BratBuilder
Expand Down

0 comments on commit 876a7f0

Please sign in to comment.