Skip to content

Commit

Permalink
refactor!: rename loader_understand_ai_t4 into loader_understand_ai
Browse files Browse the repository at this point in the history
  • Loading branch information
tklockau committed Sep 4, 2023
1 parent e17495b commit 8bfc2c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .loader_raillabel import LoaderRailLabel


class LoaderUnderstandAiT4(LoaderABC):
class LoaderUnderstandAi(LoaderABC):
"""Loader class for the Understand.Ai Trains4 annotation format.
Attributes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@pytest.fixture
def loader():
return raillabel.load_.loader_classes.LoaderUnderstandAiT4()
return raillabel.load_.loader_classes.LoaderUnderstandAi()


def test_supports_true(json_data, loader):
Expand Down

0 comments on commit 8bfc2c3

Please sign in to comment.