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 da6ec81 commit 645d2b3Copy full SHA for 645d2b3
gql/dsl.py
@@ -1497,7 +1497,7 @@ def dsl_gql(
1497
"""
1498
1499
# Concatenate operations without and with name
1500
- all_operations: Tuple["DSLExecutable", ...] = (
+ all_operations: Tuple[DSLExecutable, ...] = (
1501
*operations,
1502
*(operation for operation in operations_with_name.values()),
1503
)
0 commit comments