Skip to content

Commit 29ed812

Browse files
committed
py38 compat
1 parent 0916930 commit 29ed812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/tests/test_optional/test_px/test_px_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def test_timeline(constructor):
571571
["Finish"],
572572
],
573573
)
574-
def test_timeline_cols_already_temporal(constructor, datetime_columns: list[str]):
574+
def test_timeline_cols_already_temporal(constructor, datetime_columns):
575575
# https://github.com/plotly/plotly.py/issues/4913
576576
data = {
577577
"Task": ["Job A", "Job B", "Job C"],

0 commit comments

Comments
 (0)