diff options
author | Haibin Huang <haibin.huang@intel.com> | 2019-01-15 10:45:38 +0800 |
---|---|---|
committer | Haibin Huang <haibin.huang@intel.com> | 2019-01-15 10:54:08 +0800 |
commit | 9ab632189196dec9c9c0bd9b9207b6ed21e71328 (patch) | |
tree | be1aa0936a6fd7a23ee0dfcd0c95bdf17183a7fe /ocata/manage.py | |
parent | 5238b581a69abd46b88ce27d687fae49e0a60a47 (diff) |
Fix others pep8 error for ocata
This patch is only fixing the pep8 issues under the others
folder for ocata release, which is only triggered by tox mannually.
Change-Id: Ia6f646a1b856451f2a73f5d33eead631d15a43aa
Issue-ID: MULTICLOUD-434
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Diffstat (limited to 'ocata/manage.py')
-rw-r--r-- | ocata/manage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocata/manage.py b/ocata/manage.py index 8eaeff12..7e19a937 100644 --- a/ocata/manage.py +++ b/ocata/manage.py @@ -3,7 +3,7 @@ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: -# +# # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software |