Skip to content

Commit

Permalink
cleaned up linting for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbhagatio committed Oct 10, 2024
1 parent d6cf52f commit f12e359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/io/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
from pytest import mark

import aeon
from aeon.schema.schemas import exp02
from aeon.schema.ingestion_schemas import social03
from aeon.schema.schemas import exp02

nonmonotonic_path = Path(__file__).parent.parent / "data" / "nonmonotonic"
monotonic_path = Path(__file__).parent.parent / "data" / "monotonic"
nonmonotonic_path = Path(__file__).parent.parent / "data" / "nonmonotonic"


@mark.api
Expand Down

0 comments on commit f12e359

Please sign in to comment.