Skip to content

Commit 7accfa5

Browse files
committed
fixing ruff checks
1 parent 64b9368 commit 7accfa5

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

state-manager/tests/unit/with_database/conftest.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,8 @@
33
"""
44
import pytest
55
import asyncio
6-
import sys
7-
from pathlib import Path
86
from asgi_lifespan import LifespanManager
97

10-
# Add the project root to Python path to ensure proper imports
11-
# project_root = Path(__file__).parent.parent.parent.parent
12-
# sys.path.insert(0, str(project_root))
13-
14-
158
@pytest.fixture(scope="session")
169
def event_loop():
1710
"""Create an event loop for the tests."""

0 commit comments

Comments
 (0)