Skip to content

Commit 7eab14c

Browse files
committed
#143 Update comments of tests
1 parent 9b046e1 commit 7eab14c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/test_dataarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from typing import Tuple
44

55

6-
# third-party packages
6+
# dependencies
77
import numpy as np
88
import xarray as xr
99
from typing_extensions import Literal

tests/test_datamodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from typing import Tuple
44

55

6-
# third-party packages
6+
# dependencies
77
from typing_extensions import Literal
88

99

tests/test_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from typing import Tuple
44

55

6-
# third-party packages
6+
# dependencies
77
import numpy as np
88
import xarray as xr
99
from typing_extensions import Literal

tests/test_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# third-party packages
1+
# dependencies
22
import xarray_dataclasses
33

44

tests/test_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from typing import Any, Optional, Tuple, Union
33

44

5-
# third-party packages
5+
# dependencies
66
from pytest import mark
77
from typing_extensions import Annotated, Literal
88

0 commit comments

Comments
 (0)