diff options
author | liyin <liyin11@huawei.com> | 2017-01-10 19:42:20 +0800 |
---|---|---|
committer | Ace Lee <liyin11@huawei.com> | 2017-01-12 08:38:10 +0000 |
commit | 08b12e7a7f0b5971282c371b0d0b9320030f3874 (patch) | |
tree | b16cabd80530ddebe5509d244ed1a6ce0e506001 /utils/infra_setup/__init__.py | |
parent | 90aee324d326a25ba79b83bf8aceb3bcf3feea9b (diff) |
Modify utils/ code into PEP8 style
JIRA: BOTTLENECK-100
Modify all the code in the utils folder into PEP8 style.
Using more standard way to realize our function.
Change-Id: I965c507390adcb4404d33710f783b22241542890
Signed-off-by: liyin <liyin11@huawei.com>
Diffstat (limited to 'utils/infra_setup/__init__.py')
-rw-r--r-- | utils/infra_setup/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/infra_setup/__init__.py b/utils/infra_setup/__init__.py index 38727287..b124dfa9 100644 --- a/utils/infra_setup/__init__.py +++ b/utils/infra_setup/__init__.py @@ -5,4 +5,4 @@ # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 -##############################################################################
\ No newline at end of file +############################################################################## |