Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gef-extras can fail on older Python due to typing error #103

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

CuckooEXE
Copy link
Contributor

list[str] isn't valid in older python versions, it should be List[str]

Description/Motivation/Screenshots

This PR just fixes a small issue in generator.py where list[str] was placed instead of List[str]

How Has This Been Tested ?

N/A

Checklist

  • [ x ] My code follows the code style of this project.
  • [ x ] My change includes a change to the documentation, if required.
  • [ x ] If my change adds new code,
    adequate tests have been added.
  • [ x ] I have read and agree to the
    CONTRIBUTING document.

list[str] isn't valid in older python versions
@hugsy hugsy merged commit cac91ae into hugsy:main Jan 31, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants