summaryrefslogtreecommitdiff
path: root/testsuite/E30.py
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-03-24 14:44:31 -0700
committerGitHub <noreply@github.com>2020-03-24 14:44:31 -0700
commita9e8ebcf821b99c7587cc0b566396fc3f1c9d81b (patch)
tree0215793a881dc536d23501b10e9bc0a41e6a8182 /testsuite/E30.py
parent19a3925a89c71d422b98363d9ccfa8903a65b707 (diff)
parent7e3655b9655ed8a13daa65c6cd2f38a06bfa5469 (diff)
downloadpep8-a9e8ebcf821b99c7587cc0b566396fc3f1c9d81b.tar.gz
Merge pull request #919 from asottile/first_line_E302
Allow N-and-fewer blank lines before the first top level thing
Diffstat (limited to 'testsuite/E30.py')
-rw-r--r--testsuite/E30.py5
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():