From 3e1ecf15b624ea47bb352ed4239acc675a43fbf5 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Tue, 12 Apr 2022 22:21:35 +0200 Subject: [PATCH] inputs/containers: remove unneeded input The `pathlib` is not used, remove it. --- inputs/org.osbuild.containers | 1 - 1 file changed, 1 deletion(-) diff --git a/inputs/org.osbuild.containers b/inputs/org.osbuild.containers index 5abca601..f859cbaf 100755 --- a/inputs/org.osbuild.containers +++ b/inputs/org.osbuild.containers @@ -19,7 +19,6 @@ root of the tree is used as the oci archive file to install. import os import sys -import pathlib from osbuild import inputs