diff options
-rw-r--r-- | pike/pike/requests/__init__.py | 1 | ||||
-rw-r--r-- | pike/pike/requests/views/__init__.py | 1 | ||||
-rw-r--r-- | pike/pike/samples/__init__.py | 1 | ||||
-rw-r--r-- | pike/pike/samples/tests.py | 1 |
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 |