Skip to content

Commit 8f34b1a

Browse files
remove redundent code
Co-authored-by: Sadie L. Bartholomew <[email protected]>
1 parent ea80cad commit 8f34b1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cf/test/test_aggregate.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,6 @@ def test_aggregate_trajectory(self):
668668

669669
def test_aggregate_actual_range(self):
670670
"""Test aggregation of actual_range"""
671-
import cf
672-
673671
f = cf.example_field(0)
674672
f.set_property("actual_range", (5, 10))
675673
f.set_property("valid_range", (0, 15))

0 commit comments

Comments
 (0)