Should catch extra newlines between import groups

Bug #1285189 reported by David Ripton
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
hacking
Opinion
Undecided
David Ripton

Bug Description

Hacking should complain if there's more than one newline between import groups.

For example:

"""
import os

import six
"""

Revision history for this message
David Ripton (dripton) wrote :

Launchpad took out my extra newline. The example should read:

"""
import os
<blank line>
<blank line>
import six
"""

Changed in hacking:
assignee: nobody → David Ripton (dripton)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to hacking (master)

Fix proposed to branch: master
Review: https://review.openstack.org/76559

Changed in hacking:
status: New → In Progress
Joe Gordon (jogo)
Changed in hacking:
status: In Progress → Confirmed
status: Confirmed → New
status: New → Incomplete
Joe Gordon (jogo)
Changed in hacking:
status: Incomplete → Opinion
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.