Skip to content

Commit 49631fa

Browse files
committed
format
1 parent 6e08afc commit 49631fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dash/development/_py_components_generation.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,9 @@ def generate_class(
332332
"TypedDict": TypedDict,
333333
"NotRequired": NotRequired,
334334
"Literal": Literal,
335-
"NumberType": typing.Union[typing.SupportsFloat, typing.SupportsComplex, typing.SupportsInt]
335+
"NumberType": typing.Union[
336+
typing.SupportsFloat, typing.SupportsComplex, typing.SupportsInt
337+
],
336338
}
337339
# pylint: disable=exec-used
338340
exec(string, scope)

0 commit comments

Comments
 (0)