Skip to content

Commit f59df4d

Browse files
committed
Fix typo in type hint
1 parent fccf52e commit f59df4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql/language/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class Parser:
191191
"""
192192

193193
_lexer: Lexer
194-
_no_Location: bool
194+
_no_location: bool
195195
_allow_legacy_fragment_variables: bool
196196

197197
def __init__(

0 commit comments

Comments
 (0)