Skip to content

Commit 7923573

Browse files
authored
Remove whitespace
1 parent 5412757 commit 7923573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reactpy/core/vdom.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@ def __init__(
134134
if module_name:
135135
self.__module__ = module_name
136136
self.__qualname__ = f"{module_name}.{tag_name}"
137-
137+
138138
def __getattr__(self, attr: str) -> Vdom:
139139
return Vdom(
140140
f"{self.__name__}.{attr}",
141141
allow_children=self.allow_children,
142142
import_source=self.import_source
143143
)
144-
144+
145145
@overload
146146
def __call__(
147147
self, attributes: VdomAttributes, /, *children: VdomChildren

0 commit comments

Comments
 (0)