mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
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:
parent
00de1738d7
commit
c81eacf02f
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ def get_apt_group(manifest):
|
||||||
group.append(packages.AddTaskselStandardPackages)
|
group.append(packages.AddTaskselStandardPackages)
|
||||||
return group
|
return group
|
||||||
|
|
||||||
|
|
||||||
security_group = [security.EnableShadowConfig]
|
security_group = [security.EnableShadowConfig]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue