소스 검색

fix formatting (#3574)

benedikt-bartscher 11 달 전
부모
커밋
d425ede401
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      reflex/components/core/clipboard.py
  2. 1 0
      reflex/components/core/clipboard.pyi

+ 1 - 0
reflex/components/core/clipboard.py

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

+ 1 - 0
reflex/components/core/clipboard.pyi

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