Add proper empty lines
Add pep8-compliant empty lines around imports, and between blocks Change-Id: Ic4bedf799f6a07e2d21a49b4ec1d5385d2882e45
This commit is contained in:
parent
f13547cc50
commit
9b4bd51ab9
@ -11,8 +11,10 @@
|
|||||||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
|
|
||||||
def set_log_url(item, job, params):
|
def set_log_url(item, job, params):
|
||||||
if hasattr(item.change, 'refspec'):
|
if hasattr(item.change, 'refspec'):
|
||||||
path = "%s/%s/%s/%s" % (
|
path = "%s/%s/%s/%s" % (
|
||||||
|
Loading…
Reference in New Issue
Block a user