Skip to content

Commit f4d36b9

Browse files
authored
#184 Merge pull request from astropenguin/astropenguin/issue183
Remove v2 modules
2 parents c52fc12 + ccd9c03 commit f4d36b9

File tree

6 files changed

+1
-690
lines changed

6 files changed

+1
-690
lines changed

tests/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# dependencies
77
import numpy as np
88
from typing_extensions import Annotated as Ann, Literal as L
9-
from xarray_dataclasses.v2.typing import Attr, Coord, Coordof, Data
9+
from xarray_dataclasses.typing import Attr, Coord, Coordof, Data
1010

1111

1212
# type hints

tests/test_v2_specs.py

Lines changed: 0 additions & 157 deletions
This file was deleted.

tests/test_v2_typing.py

Lines changed: 0 additions & 139 deletions
This file was deleted.

xarray_dataclasses/v2/__init__.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)