Skip to content

Commit 15d7f19

Browse files
committed
unhide validate_streamline
1 parent 168fd17 commit 15d7f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ def validate_positive_scalars(**kwargs):
14471447
.format(key, val))
14481448

14491449
@staticmethod
1450-
def _validate_streamline(x, y):
1450+
def validate_streamline(x, y):
14511451
"""
14521452
streamline specific validations
14531453

0 commit comments

Comments
 (0)