Fixed ruff in CI

This commit is contained in:
Donkie
2023-09-04 20:36:02 +02:00
parent e1065d4a3f
commit 8e9ca8e305
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ from typing import Any
import httpx
import pytest
from tests.conftest import length_from_weight
from ..conftest import length_from_weight # noqa: TID252
URL = "http://spoolman:8000"

View File

@@ -5,7 +5,7 @@ from typing import Any
import httpx
import pytest
from tests.conftest import length_from_weight
from ..conftest import length_from_weight # noqa: TID252
URL = "http://spoolman:8000"