Skip to content

Commit 88aea45

Browse files
committed
Fix style lint
1 parent 11b6c77 commit 88aea45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactpy_router/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from urllib.parse import urljoin
66
from uuid import uuid4
77

8-
from reactpy import component, event, html, use_connection
8+
from reactpy import component, html, use_connection
99
from reactpy.backend.types import Location
1010
from reactpy.core.component import Component
1111
from reactpy.core.types import VdomDict

0 commit comments

Comments
 (0)