Skip to content

Commit

Permalink
feat(refactor-core-api-and-add-systematic-data-generator): Added ruff…
Browse files Browse the repository at this point in the history
… unused import fixes
  • Loading branch information
philip-ndikum committed Oct 6, 2024
1 parent 0fe3ac0 commit 6041fa6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/temporalscope/datasets/synthetic_data_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@

from temporalscope.core.core_utils import (
BACKEND_PANDAS,
BACKEND_MODIN,
BACKEND_POLARS,
MODE_MULTI_STEP,
MODE_SINGLE_STEP,
SUPPORTED_MULTI_STEP_BACKENDS,
Expand Down
2 changes: 0 additions & 2 deletions test/unit/datasets/test_synthetic_data_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
MODE_MULTI_STEP,
MODE_SINGLE_STEP,
)


from temporalscope.datasets.synthetic_data_generator import create_sample_data


Expand Down

0 comments on commit 6041fa6

Please sign in to comment.