Skip to content

Commit 645d2b3

Browse files
committed
Removing another non-necessary quotes
1 parent da6ec81 commit 645d2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gql/dsl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ def dsl_gql(
14971497
"""
14981498

14991499
# Concatenate operations without and with name
1500-
all_operations: Tuple["DSLExecutable", ...] = (
1500+
all_operations: Tuple[DSLExecutable, ...] = (
15011501
*operations,
15021502
*(operation for operation in operations_with_name.values()),
15031503
)

0 commit comments

Comments
 (0)