Fix pep8 for pike samples and requests 76/74376/1
authorHaibin Huang <haibin.huang@intel.com>
Wed, 5 Dec 2018 13:10:19 +0000 (21:10 +0800)
committerHaibin Huang <haibin.huang@intel.com>
Wed, 5 Dec 2018 13:10:19 +0000 (21:10 +0800)
Change-Id: Ida2807785f888b036e06a0f1860e3cadfbf900cf
Issue-ID: MULTICLOUD-424
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
pike/pike/requests/__init__.py
pike/pike/requests/views/__init__.py
pike/pike/samples/__init__.py
pike/pike/samples/tests.py

index 741e0af..5a9af6b 100644 (file)
@@ -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.
-
index 741e0af..5a9af6b 100644 (file)
@@ -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.
-
index afa702d..ae1ce9d 100644 (file)
@@ -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.
-
index b294a52..02c5924 100644 (file)
@@ -13,7 +13,6 @@
 # limitations under the License.
 
 import unittest
-import json
 from django.test import Client
 from rest_framework import status