Fix flake8 errors: E305 expected 2 blank lines after class or function definition

This commit is contained in:
Joseph Frazier
2017-03-08 19:53:54 -05:00
parent 78515c7bbb
commit e009f0a05b
9 changed files with 15 additions and 0 deletions
+1
View File
@@ -13,4 +13,5 @@ def get_new_command(command):
return [formatme.format(pacman, package, command.script)
for package in packages]
enabled_by_default, pacman = archlinux_env()