From 10f2cc866b3e782d0a7e8c1543001242688d7d9e Mon Sep 17 00:00:00 2001 From: Haibin Huang Date: Wed, 5 Dec 2018 21:10:19 +0800 Subject: Fix pep8 for pike samples and requests Change-Id: Ida2807785f888b036e06a0f1860e3cadfbf900cf Issue-ID: MULTICLOUD-424 Signed-off-by: Haibin Huang --- pike/pike/requests/__init__.py | 1 - pike/pike/requests/views/__init__.py | 1 - pike/pike/samples/__init__.py | 1 - pike/pike/samples/tests.py | 1 - 4 files changed, 4 deletions(-) diff --git a/pike/pike/requests/__init__.py b/pike/pike/requests/__init__.py index 741e0afb..5a9af6b8 100644 --- a/pike/pike/requests/__init__.py +++ b/pike/pike/requests/__init__.py @@ -11,4 +11,3 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - diff --git a/pike/pike/requests/views/__init__.py b/pike/pike/requests/views/__init__.py index 741e0afb..5a9af6b8 100644 --- a/pike/pike/requests/views/__init__.py +++ b/pike/pike/requests/views/__init__.py @@ -11,4 +11,3 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - diff --git a/pike/pike/samples/__init__.py b/pike/pike/samples/__init__.py index afa702d3..ae1ce9db 100644 --- a/pike/pike/samples/__init__.py +++ b/pike/pike/samples/__init__.py @@ -11,4 +11,3 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - diff --git a/pike/pike/samples/tests.py b/pike/pike/samples/tests.py index b294a52b..02c59247 100644 --- a/pike/pike/samples/tests.py +++ b/pike/pike/samples/tests.py @@ -13,7 +13,6 @@ # limitations under the License. import unittest -import json from django.test import Client from rest_framework import status -- cgit 1.2.3-korg