Skip to content

Commit 1450c96

Browse files
committed
more accurate type annotation for Querystring.bundled
1 parent 3d72c4a commit 1450c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

piccolo/querystring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def __str__(self):
8181
def bundle(
8282
self,
8383
start_index: int = 1,
84-
bundled: t.Optional[t.List] = None,
84+
bundled: t.Optional[t.List[Fragment]] = None,
8585
combined_args: t.Optional[t.List] = None,
8686
):
8787
# Split up the string, separating by {}.

0 commit comments

Comments
 (0)