Fix flake8 style reports

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka
2020-06-17 08:09:14 +02:00
parent f8067a449b
commit 839c936abb
5 changed files with 7 additions and 7 deletions

View File

@@ -40,6 +40,7 @@ def test_patch(tmpdir):
kas.kas(['shell', 'test.yml', '-c', 'true'])
os.chdir(prev_dir)
def test_patch_update(tmpdir):
"""
Test that patches are applied correctly after switching refspec from

View File

@@ -22,7 +22,6 @@
import os
import shutil
import subprocess
from kas import kas
from kas.libkas import run_cmd