Skip to content

Commit

Permalink
Do not call method that was removed in Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere authored and DaveLak committed Nov 20, 2024
1 parent 2ac36ff commit e4b9bf6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions projects/six/fuzz_six.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ def TestOneInput(data):
except (TypeError, UnicodeDecodeError):
pass

six.moves.html_parser.HTMLParser().unescape(
fdp.ConsumeUnicodeNoSurrogates(fdp.ConsumeIntInRange(1, 1024)))


def main():
atheris.instrument_all()
Expand Down

0 comments on commit e4b9bf6

Please sign in to comment.