Skip to content

Commit 9cbad6a

Browse files
committed
reformat with black
1 parent e325d1a commit 9cbad6a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/py/reactpy/reactpy/web/module.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,7 @@ def export(
314314
export_names: str,
315315
fallback: Any | None = ...,
316316
allow_children: bool = ...,
317-
) -> VdomDictConstructor:
318-
...
317+
) -> VdomDictConstructor: ...
319318

320319

321320
@overload
@@ -324,8 +323,7 @@ def export(
324323
export_names: list[str] | tuple[str, ...],
325324
fallback: Any | None = ...,
326325
allow_children: bool = ...,
327-
) -> list[VdomDictConstructor]:
328-
...
326+
) -> list[VdomDictConstructor]: ...
329327

330328

331329
def export(

0 commit comments

Comments
 (0)