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

Fix/forwardref in 3.6 #64

Merged
merged 2 commits into from
Feb 17, 2022
Merged

Fix/forwardref in 3.6 #64

merged 2 commits into from
Feb 17, 2022

Conversation

bobthemighty
Copy link
Owner

Fixes #63

Pyupgrade was set to 3.7+ mode and had helpfully replaced the contents of _compat.py. It wasn't caught because we weren't running tests on 3.6.

@codecov
Copy link

codecov bot commented Feb 17, 2022

Codecov Report

Merging #64 (6ac65d3) into master (d4a9ca4) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #64   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          159       159           
  Branches        35        35           
=========================================
  Hits           159       159           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d4a9ca4...6ac65d3. Read the comment docs.

@bobthemighty bobthemighty merged commit a9ec160 into master Feb 17, 2022
@bobthemighty bobthemighty deleted the fix/forwardref-in-3.6 branch February 17, 2022 09:15
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.

Missing import ForwardRef
1 participant