Skip to content

Commit

Permalink
Fixed ruff in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Donkie committed Sep 4, 2023
1 parent e1065d4 commit 8e9ca8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests_integration/tests/spool/test_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import httpx
import pytest

from tests.conftest import length_from_weight
from ..conftest import length_from_weight # noqa: TID252

URL = "http://spoolman:8000"

Expand Down
2 changes: 1 addition & 1 deletion tests_integration/tests/spool/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import httpx
import pytest

from tests.conftest import length_from_weight
from ..conftest import length_from_weight # noqa: TID252

URL = "http://spoolman:8000"

Expand Down

0 comments on commit 8e9ca8e

Please sign in to comment.