Remove pep8 errors

pep8 errors will prevent the project from gating.  Fix those.

Co-Authored-By: Digambar Patil <digambarpat@gmail.com>
Co-Authored-By: Steven Dake <sdake@redhat.com>

Change-Id: I8cb76b8bdae6b1bb97b127e3a83e2751677b38ac
This commit is contained in:
Steven Dake 2014-10-28 00:13:40 -07:00 committed by Davanum Srinivas (dims)
parent c47723696f
commit cf20cacf75
2 changed files with 0 additions and 2 deletions

View File

@ -15,4 +15,3 @@ import threading
# Make a project global TLS trace storage repository
TLS = threading.local()

View File

@ -6,7 +6,6 @@ import datetime
import functools
import inspect
import json
#import pytz
import uuid
import pecan
import wsme