From cf20cacf758f6f469e655ca8690e88337a3e9cd4 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 28 Oct 2014 00:13:40 -0700 Subject: [PATCH] Remove pep8 errors pep8 errors will prevent the project from gating. Fix those. Co-Authored-By: Digambar Patil Co-Authored-By: Steven Dake Change-Id: I8cb76b8bdae6b1bb97b127e3a83e2751677b38ac --- magnum/__init__.py | 1 - magnum/api/controllers/v1.py | 1 - 2 files changed, 2 deletions(-) diff --git a/magnum/__init__.py b/magnum/__init__.py index 9e0f3f0f54..9668c8896b 100644 --- a/magnum/__init__.py +++ b/magnum/__init__.py @@ -15,4 +15,3 @@ import threading # Make a project global TLS trace storage repository TLS = threading.local() - diff --git a/magnum/api/controllers/v1.py b/magnum/api/controllers/v1.py index 55cd4d97ec..cb2597b80f 100644 --- a/magnum/api/controllers/v1.py +++ b/magnum/api/controllers/v1.py @@ -6,7 +6,6 @@ import datetime import functools import inspect import json -#import pytz import uuid import pecan import wsme