From 6204bfbe6228d5167bdb67c42cac4c884cdcf664 Mon Sep 17 00:00:00 2001 From: yuyang Date: Sat, 1 Oct 2016 02:21:36 +0800 Subject: autopep8 fix for flake8 JIRA: BOTTLENECK-101 Using autopep8 to fix the python style scanned by flake8 Change-Id: I74bf28ed4d999dac3dd36e9101f099c9853a49b6 Signed-off-by: yuyang --- utils/infra_setup/heat/consts/files.py | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/infra_setup/heat/consts') diff --git a/utils/infra_setup/heat/consts/files.py b/utils/infra_setup/heat/consts/files.py index 2856650f..f148f103 100755 --- a/utils/infra_setup/heat/consts/files.py +++ b/utils/infra_setup/heat/consts/files.py @@ -12,6 +12,7 @@ # ------------------------------------------------------ GENERAL = 'General' + def get_sections(): return [ GENERAL, -- cgit 1.2.3-korg