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 bug where async def was not properly indented #12

Merged
merged 1 commit into from
Jun 4, 2022

Conversation

jkittner
Copy link
Owner

@jkittner jkittner commented Jun 4, 2022

resolves #7

@codecov-commenter
Copy link

codecov-commenter commented Jun 4, 2022

Codecov Report

Merging #12 (57b2330) into master (0eb5411) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #12   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          145       148    +3     
  Branches        20        21    +1     
=========================================
+ Hits           145       148    +3     
Impacted Files Coverage Δ
tests/double_indent_test.py 100.00% <ø> (ø)
double_indent.py 100.00% <100.00%> (ø)

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 0eb5411...57b2330. Read the comment docs.

@jkittner jkittner merged commit 9a4561f into master Jun 4, 2022
@jkittner jkittner deleted the async-bug-without-ast branch June 4, 2022 23:53
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.

async def incorrecly handles offsets
2 participants