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

IndentationError: expected an indented block #85

Closed
cclauss opened this issue Jun 16, 2018 · 0 comments
Closed

IndentationError: expected an indented block #85

cclauss opened this issue Jun 16, 2018 · 0 comments

Comments

@cclauss
Copy link
Contributor

cclauss commented Jun 16, 2018

flake8 testing of https://github.com/satwikkansal/wtfpython on Python 3.6.3

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./irrelevant/parse_readme.py:84:1: E999 IndentationError: expected an indented block
for idx, snip in enumerate(snippets):
^

1     E999 IndentationError: expected an indented block
1
muscliary pushed a commit to muscliary/wtfpython that referenced this issue Sep 12, 2023
tothetop430 added a commit to tothetop430/wtfpython that referenced this issue Dec 9, 2023
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

No branches or pull requests

1 participant