We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d72c4a commit 1450c96Copy full SHA for 1450c96
piccolo/querystring.py
@@ -81,7 +81,7 @@ def __str__(self):
81
def bundle(
82
self,
83
start_index: int = 1,
84
- bundled: t.Optional[t.List] = None,
+ bundled: t.Optional[t.List[Fragment]] = None,
85
combined_args: t.Optional[t.List] = None,
86
):
87
# Split up the string, separating by {}.
0 commit comments