summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaibin Huang <haibin.huang@intel.com>2018-12-05 21:10:19 +0800
committerHaibin Huang <haibin.huang@intel.com>2018-12-05 21:10:19 +0800
commit10f2cc866b3e782d0a7e8c1543001242688d7d9e (patch)
treeb326b9258bfaa1cfddecc00da394f4f3a76de69f
parent298e5d31e2d14d1600da52dae0f116c3565e1620 (diff)
Fix pep8 for pike samples and requests
Change-Id: Ida2807785f888b036e06a0f1860e3cadfbf900cf Issue-ID: MULTICLOUD-424 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
-rw-r--r--pike/pike/requests/__init__.py1
-rw-r--r--pike/pike/requests/views/__init__.py1
-rw-r--r--pike/pike/samples/__init__.py1
-rw-r--r--pike/pike/samples/tests.py1
4 files changed, 0 insertions, 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