Skip to content

Commit

Permalink
Drop outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonymedinawork committed Jan 28, 2020
1 parent 724a7dd commit 055e735
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions py_gql/lang/lexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
Iterable interface for the GraphQL Language lexer.
"""

# [TODO] Review the various `Lexer.read_*` methods as the use of `peek` and
# `advance` is fairly inconsistent from tweaking the code around to make the
# tests pass. They could certainly be streamlined / optimised.

# [TODO] Settle on using HEX codes or chars, this make the code a bit
# inconsistent.


from typing import Iterator, List, Optional, Union, cast

from .._string_utils import ensure_unicode, parse_block_string
Expand Down

0 comments on commit 055e735

Please sign in to comment.