Skip to content

Commit a0d5d5d

Browse files
committed
1 parent 2a5e575 commit a0d5d5d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

testsuite/E30.py

+11
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,14 @@ def a():
117117
if a():
118118
a()
119119
#:
120+
121+
#: E305:8:1
122+
# Example from https://github.com/PyCQA/pycodestyle/issues/400
123+
import stuff
124+
125+
126+
def main():
127+
blah, blah
128+
129+
if __name__ == '__main__':
130+
main()

0 commit comments

Comments
 (0)