Skip to content

Commit ce3bf74

Browse files
committed
Remove unused type ignore
1 parent 75aeb3d commit ce3bf74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e3sm_diags/driver/utils/test_dataset_xr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ def test_returns_climo_dataset_using_climo_of_time_series_files(self):
875875
name="ts", data=np.array([[1.0, 1.0], [1.0, 1.0]]), dims=["lat", "lon"]
876876
)
877877
# Set all of the correct attributes.
878-
expected = expected.assign(**spatial_coords) # type: ignore
878+
expected = expected.assign(**spatial_coords)
879879
expected = expected.drop_dims("time")
880880
expected = expected.bounds.add_missing_bounds(axes=["X", "Y"])
881881

0 commit comments

Comments
 (0)