Skip to content

Commit 0960f4c

Browse files
author
mahdis-z
committed
patch=None in codegen/figure.py
1 parent 3529d10 commit 0960f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/codegen/figure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def for_each_{method_prefix}{singular_name}(
473473
474474
def update_{method_prefix}{plural_name}(
475475
self,
476-
patch,
476+
patch=None,
477477
selector=None,
478478
row=None,
479479
col=None,

0 commit comments

Comments
 (0)