Skip to content

Commit dacab44

Browse files
author
Sven Groot
committed
Fix unused import F401
1 parent 5d00c12 commit dacab44

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

inertia/__init__.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
from .http import InertiaResponse, inertia, location, render
22
from .share import share
33
from .utils import defer, lazy, merge, optional
4+
5+
__all__ = [
6+
"InertiaResponse",
7+
"inertia",
8+
"location",
9+
"render",
10+
"share",
11+
"defer",
12+
"lazy",
13+
"merge",
14+
"optional",
15+
]

0 commit comments

Comments
 (0)