-
Notifications
You must be signed in to change notification settings - Fork 749
Closed
Description
If I create demo.py with the following contents:
def the_funk():
1 + 1
definitely_not_a_function = 1
return definitely_not_a_function + 1
And run pycodestyle demo.py
, I get: bug.py:3:5: E306 expected 1 blank line before a nested definition, found 0
. I believe E306 is intended to apply to nested function definitions, but this does not contain a nested function definition.
samuelcolvin and tomhamiltonstubbersigmavirus24 and tomhamiltonstubber
Metadata
Metadata
Assignees
Labels
No labels