diff options
author | Haibin Huang <haibin.huang@intel.com> | 2019-01-15 10:50:51 +0800 |
---|---|---|
committer | Haibin Huang <haibin.huang@intel.com> | 2019-01-15 10:55:18 +0800 |
commit | cc24922e8133c6415747943860cdd09da205a85c (patch) | |
tree | a9e1b956b9cf8df1ef772b52eaf9f84434c6c051 | |
parent | 3f65f9018e5bc9f4f8b9d4ff398b26c89afe4559 (diff) |
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 <haibin.huang@intel.com>
-rw-r--r-- | ocata/ocata/requests/__init__.py | 1 | ||||
-rw-r--r-- | ocata/ocata/requests/views/__init__.py | 1 |
2 files changed, 0 insertions, 2 deletions
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. - |