Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanArepally committed Sep 25, 2024
1 parent 8dd22de commit 78c754e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiochclient/_types.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ cdef list seq_parser(str raw):
in_arr = False
elif in_tup and sym == TUP_CLS and not in_str:
in_tup = False
elif not in_str and sym == cls.DQ:
elif not in_str and sym == DQ:
if not escape_char:
in_str = True
if in_str and sym == ESCAPE_OP:
Expand Down

0 comments on commit 78c754e

Please sign in to comment.