Skip to content

Commit 4955fcb

Browse files
committed
style
1 parent c564caa commit 4955fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_clustering.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ def flavor(request: pytest.FixtureRequest) -> Literal["igraph", "leidenalg"]:
3838
@pytest.mark.parametrize("resolution", [1, 2])
3939
@pytest.mark.parametrize("n_iterations", [-1, 3])
4040
def test_leiden_basic(
41-
adata_neighbors: sc.AnnData,
41+
adata_neighbors: AnnData,
4242
flavor: Literal["igraph", "leidenalg"],
4343
resolution: float,
4444
n_iterations: int,
45-
):
45+
) -> None:
4646
with (
4747
nullcontext()
4848
if flavor == "igraph"

0 commit comments

Comments
 (0)