pipeline: fix pylint-warning triggered by rebase

Fix osbuild/pipeline.py unused import. We now trigger pylint warnings
alongside pylint errors, and a PR rebase did not consider this.
This commit is contained in:
David Rheinsberg 2020-05-28 11:25:54 +02:00 committed by Christian Kellner
parent 4c0b169881
commit 9c982dc147

View file

@ -2,7 +2,6 @@
import hashlib
import json
import os
import subprocess
import tempfile
from .api import API