fix formatting (#3574)

This commit is contained in:
benedikt-bartscher 2024-06-26 22:19:55 +02:00 committed by GitHub
parent 3c8179d987
commit d425ede401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
"""Global on_paste handling for Reflex app."""
from __future__ import annotations
from typing import Dict, List, Union

View File

@ -99,6 +99,7 @@ class Clipboard(Fragment):
The Clipboard Component.
"""
...
def add_imports(self) -> dict[str, ImportVar]: ...
def add_hooks(self) -> list[str]: ...