Skip to content

Commit 545fdbc

Browse files
committed
Apply code formatting
1 parent cd315ae commit 545fdbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

violetear/dom.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ class ProxyElement(Protocol):
153153
"""
154154
Lightweight protocol for typing DOM elements
155155
"""
156+
156157
id: str
157158
classes: list[str]
158159

@@ -161,4 +162,5 @@ class Event(Protocol):
161162
"""
162163
Lightweight protocol for typing DOM events
163164
"""
165+
164166
target: ProxyElement

0 commit comments

Comments
 (0)