diff options
author | 2017-11-19 11:42:55 +0200 | |
---|---|---|
committer | 2017-11-19 11:43:15 +0200 | |
commit | a9ef6f094a2bcf1fd7a0b7c2aaf814841db558ec (patch) | |
tree | 81a3f8436f9e6af07c3070c74f3a0543c2ca5eff /django/rgwa_mock | |
parent | c169d08d437ccb62fd79ade759077b874f00b1c3 (diff) |
Pep8 more fixes
Update base files to pass pep8 strict standarts.
Issue-ID: VVP-25
Change-Id: If9ef80abf7fbc33ea181dfc2eb73c27ddd6ddc3e
Signed-off-by: Edan Binshtok <eb578m@intl.att.com>
Diffstat (limited to 'django/rgwa_mock')
-rw-r--r-- | django/rgwa_mock/__init__.py | 4 | ||||
-rw-r--r-- | django/rgwa_mock/services/__init__.py | 4 | ||||
-rw-r--r-- | django/rgwa_mock/services/rgwa_keys_service.py | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/django/rgwa_mock/__init__.py b/django/rgwa_mock/__init__.py index 1726c13..16f81cb 100644 --- a/django/rgwa_mock/__init__.py +++ b/django/rgwa_mock/__init__.py @@ -1,5 +1,5 @@ -# -# ============LICENSE_START========================================== +# +# ============LICENSE_START========================================== # org.onap.vvp/engagementmgr # =================================================================== # Copyright © 2017 AT&T Intellectual Property. All rights reserved. diff --git a/django/rgwa_mock/services/__init__.py b/django/rgwa_mock/services/__init__.py index 1726c13..16f81cb 100644 --- a/django/rgwa_mock/services/__init__.py +++ b/django/rgwa_mock/services/__init__.py @@ -1,5 +1,5 @@ -# -# ============LICENSE_START========================================== +# +# ============LICENSE_START========================================== # org.onap.vvp/engagementmgr # =================================================================== # Copyright © 2017 AT&T Intellectual Property. All rights reserved. diff --git a/django/rgwa_mock/services/rgwa_keys_service.py b/django/rgwa_mock/services/rgwa_keys_service.py index 71b08be..b0cf8f7 100644 --- a/django/rgwa_mock/services/rgwa_keys_service.py +++ b/django/rgwa_mock/services/rgwa_keys_service.py @@ -1,5 +1,5 @@ -# -# ============LICENSE_START========================================== +# +# ============LICENSE_START========================================== # org.onap.vvp/engagementmgr # =================================================================== # Copyright © 2017 AT&T Intellectual Property. All rights reserved. |