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

Missing import ForwardRef #63

Closed
TJNK opened this issue Feb 15, 2022 · 1 comment · Fixed by #64
Closed

Missing import ForwardRef #63

TJNK opened this issue Feb 15, 2022 · 1 comment · Fixed by #64
Labels
bug Something isn't working

Comments

@TJNK
Copy link

TJNK commented Feb 15, 2022

Breaking change on the import of ForwardRef. New in python 3.7.4

File "/usr/local/lib/python3.6/site-packages/vfab2_library/suts/sut_config.py", line 17, in
import punq
File "/usr/local/lib/python3.6/site-packages/punq/init.py", line 30, in
from ._compat import ensure_forward_ref
File "/usr/local/lib/python3.6/site-packages/punq/_compat.py", line 2, in
from typing import ForwardRef

@bobthemighty
Copy link
Owner

Thanks! I'll gett on it

@bobthemighty bobthemighty added the bug Something isn't working label Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants