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:
parent
4c0b169881
commit
9c982dc147
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
|||
import hashlib
|
||||
import json
|
||||
import os
|
||||
import subprocess
|
||||
import tempfile
|
||||
|
||||
from .api import API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue