Skip to content

Commit 75c98b2

Browse files
committed
fix formatting
1 parent 6005fa5 commit 75c98b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

servers/mcp-neo4j-cypher/tests/integration/conftest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import asyncio
21
import time
3-
from typing import Any, AsyncGenerator, Generator
2+
from typing import Any
43

54
import pytest
65
import pytest_asyncio
@@ -47,7 +46,6 @@ def healthcheck(sync_neo4j_driver: Driver):
4746
success = True
4847
print("Neo4j is running!")
4948
except Exception as e:
50-
ex = e
5149
attempts += 1
5250
print(
5351
f"failed connection {attempts} | waiting {(1 + attempts) * 2} seconds..."

0 commit comments

Comments
 (0)