diff options
author | Anthony Sottile <asottile@umich.edu> | 2020-03-23 10:51:41 -0700 |
---|---|---|
committer | Anthony Sottile <asottile@umich.edu> | 2020-03-23 10:51:41 -0700 |
commit | 7e3655b9655ed8a13daa65c6cd2f38a06bfa5469 (patch) | |
tree | 0215793a881dc536d23501b10e9bc0a41e6a8182 /testsuite/E30.py | |
parent | 19a3925a89c71d422b98363d9ccfa8903a65b707 (diff) | |
download | pep8-7e3655b9655ed8a13daa65c6cd2f38a06bfa5469.tar.gz |
Allow N-and-fewer blank lines before the first top level thing
Diffstat (limited to 'testsuite/E30.py')
-rw-r--r-- | testsuite/E30.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/E30.py b/testsuite/E30.py index 15fbdf3..8d1879b 100644 --- a/testsuite/E30.py +++ b/testsuite/E30.py @@ -16,11 +16,6 @@ class X: #: -#: E302:3:1 -#!python -# -*- coding: utf-8 -*- -def a(): - pass #: E302:2:1 """Main module.""" def _main(): |