Fixed ruff in CI
This commit is contained in:
@@ -5,7 +5,7 @@ from typing import Any
|
|||||||
import httpx
|
import httpx
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from tests.conftest import length_from_weight
|
from ..conftest import length_from_weight # noqa: TID252
|
||||||
|
|
||||||
URL = "http://spoolman:8000"
|
URL = "http://spoolman:8000"
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ from typing import Any
|
|||||||
import httpx
|
import httpx
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from tests.conftest import length_from_weight
|
from ..conftest import length_from_weight # noqa: TID252
|
||||||
|
|
||||||
URL = "http://spoolman:8000"
|
URL = "http://spoolman:8000"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user