PEP8 compliance

bootstrapvz/common/task_groups.py:137:1: E305 expected 2 blank lines after class or function definition, found
1
This commit is contained in:
Anders Ingemann 2016-12-01 15:08:47 +01:00
parent 00de1738d7
commit c81eacf02f
No known key found for this signature in database
GPG key ID: 49C87973A14931A9

View file

@ -134,6 +134,7 @@ def get_apt_group(manifest):
group.append(packages.AddTaskselStandardPackages)
return group
security_group = [security.EnableShadowConfig]