Skip to content

Commit 7ba4a23

Browse files
committed
Undo typevar test
1 parent bef3a35 commit 7ba4a23

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/spatialdata/datasets.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""SpatialData datasets."""
2-
from abc import ABC
3-
from typing import Any, Optional, TypeVar, Union
2+
from typing import Any, Optional, Union
43

54
import numpy as np
65
import pandas as pd
@@ -25,8 +24,6 @@
2524
)
2625
from spatialdata.transformations import Identity
2726

28-
T = TypeVar("T", bound=ABC)
29-
3027
__all__ = ["blobs", "raccoon"]
3128

3229

0 commit comments

Comments
 (0)