fix formatting (#3574)
This commit is contained in:
parent
3c8179d987
commit
d425ede401
@ -1,4 +1,5 @@
|
|||||||
"""Global on_paste handling for Reflex app."""
|
"""Global on_paste handling for Reflex app."""
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from typing import Dict, List, Union
|
from typing import Dict, List, Union
|
||||||
|
@ -99,6 +99,7 @@ class Clipboard(Fragment):
|
|||||||
The Clipboard Component.
|
The Clipboard Component.
|
||||||
"""
|
"""
|
||||||
...
|
...
|
||||||
|
|
||||||
def add_imports(self) -> dict[str, ImportVar]: ...
|
def add_imports(self) -> dict[str, ImportVar]: ...
|
||||||
def add_hooks(self) -> list[str]: ...
|
def add_hooks(self) -> list[str]: ...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user