Skip to content

Commit db2230b

Browse files
author
Shammamah Hossain
committed
Remove unnecessary comma.
1 parent 77754e1 commit db2230b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/development/_py_components_generation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def shape_or_exact():
521521
# React's PropTypes.shape
522522
shape=shape_or_exact,
523523
# React's PropTypes.exact
524-
exact=shape_or_exact,
524+
exact=shape_or_exact
525525
)
526526

527527

0 commit comments

Comments
 (0)