From cc24922e8133c6415747943860cdd09da205a85c Mon Sep 17 00:00:00 2001 From: Haibin Huang Date: Tue, 15 Jan 2019 10:50:51 +0800 Subject: Fix requests pep8 error for ocata This patch is only fixing the pep8 issues under the requests folder for ocata release, which is only triggered by tox mannually. Change-Id: I135ca298eaa68ce6da56c4437e48d539ba640992 Issue-ID: MULTICLOUD-434 Signed-off-by: Haibin Huang --- ocata/ocata/requests/__init__.py | 1 - ocata/ocata/requests/views/__init__.py | 1 - 2 files changed, 2 deletions(-) (limited to 'ocata') diff --git a/ocata/ocata/requests/__init__.py b/ocata/ocata/requests/__init__.py index afa702d3..ae1ce9db 100644 --- a/ocata/ocata/requests/__init__.py +++ b/ocata/ocata/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/ocata/ocata/requests/views/__init__.py b/ocata/ocata/requests/views/__init__.py index afa702d3..ae1ce9db 100644 --- a/ocata/ocata/requests/views/__init__.py +++ b/ocata/ocata/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. - -- cgit 1.2.3-korg