Spaces:
Running
Running
Claude commited on
fix(tests): unused import in S55 conftest
Browse files
tests/integration/live/conftest.py
CHANGED
|
@@ -34,7 +34,6 @@ standard).
|
|
| 34 |
|
| 35 |
from __future__ import annotations
|
| 36 |
|
| 37 |
-
import pytest
|
| 38 |
|
| 39 |
|
| 40 |
def pytest_configure(config) -> None:
|
|
|
|
| 34 |
|
| 35 |
from __future__ import annotations
|
| 36 |
|
|
|
|
| 37 |
|
| 38 |
|
| 39 |
def pytest_configure(config) -> None:
|