Skip to content

Commit

Permalink
refactor: load package
Browse files Browse the repository at this point in the history
  • Loading branch information
unexcellent committed Oct 29, 2024
1 parent bb01716 commit 4675701
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion raillabel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .exceptions import *
from .filter.filter import filter
from .format import Scene
from .load_.load import load
from .load.load import load
from .save.save import save
from .validate.validate import validate

Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions raillabel/load_/__init__.py

This file was deleted.

0 comments on commit 4675701

Please sign in to comment.