Skip to content

Commit 10db46a

Browse files
committed
Fixed flakes
1 parent 467b59c commit 10db46a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

holoviews/tests/core/testutils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
from holoviews.core.util import (
1919
sanitize_identifier_fn, find_range, max_range, wrap_tuple_streams,
2020
deephash, merge_dimensions, get_path, make_path_unique, compute_density,
21-
date_range, dt_to_int, compute_edges, isfinite, cross_index, closest_match,
22-
dimension_range
21+
date_range, dt_to_int, compute_edges, isfinite, cross_index, closest_match
2322
)
2423
from holoviews import Dimension, Element
2524
from holoviews.streams import PointerXY

holoviews/tests/teststreams.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from collections import defaultdict
55

66
import param
7+
from holoviews.core.spaces import DynamicMap
78
from holoviews.core.util import pd
89
from holoviews.element import Points
910
from holoviews.element.comparison import ComparisonTestCase

0 commit comments

Comments
 (0)