瀏覽代碼

fix formatting (#3574)

benedikt-bartscher 10 月之前
父節點
當前提交
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]: ...