Skip to content

Commit 2b7ac49

Browse files
author
Sven Groot
committed
Fix star-arg unpacking after a keyword argument is strongly discouraged B026
1 parent dacab44 commit 2b7ac49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inertia/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ def __init__(
192192
content = self.build_first_load(data)
193193

194194
super().__init__(
195+
*args,
195196
content=content,
196197
headers=_headers,
197-
*args,
198198
**kwargs,
199199
)
200200

0 commit comments

Comments
 (0)