Skip to content

Commit

Permalink
refactor: remove stats module
Browse files Browse the repository at this point in the history
  • Loading branch information
unexcellent committed Oct 29, 2024
1 parent 8f969f4 commit 5b7494c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 113 deletions.
2 changes: 1 addition & 1 deletion raillabel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Devkit for working with recorded and annotated train ride data from DB."""
from importlib import metadata

from . import _util, format, stats
from . import _util, format
from .exceptions import *
from .filter.filter import filter
from .format import Scene
Expand Down
5 changes: 0 additions & 5 deletions raillabel/stats/__init__.py

This file was deleted.

36 changes: 0 additions & 36 deletions raillabel/stats/generate_timespan.py

This file was deleted.

71 changes: 0 additions & 71 deletions tests/test_raillabel/stats/test_generate_timespan.py

This file was deleted.

0 comments on commit 5b7494c

Please sign in to comment.