Skip to content

Commit a35cc3d

Browse files
committed
ruff fix
1 parent 0f143ab commit a35cc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from app.main import app
99

1010

11-
@pytest.fixture
11+
@pytest.fixture()
1212
def client() -> Generator[TestClient, Any, None]:
1313
yield TestClient(app)
1414
app.dependency_overrides = {}

0 commit comments

Comments
 (0)