From: Michael Tremer Date: Tue, 18 Oct 2022 18:00:35 +0000 (+0000) Subject: constants: Remove unused import of os.path X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e28f4a20a9171fcccc4941b369faf9e168fb7bd9;p=pbs.git constants: Remove unused import of os.path Signed-off-by: Michael Tremer --- diff --git a/src/buildservice/constants.py.in b/src/buildservice/constants.py.in index 8014aa6f..4c479ba1 100644 --- a/src/buildservice/constants.py.in +++ b/src/buildservice/constants.py.in @@ -1,7 +1,5 @@ #!/usr/bin/python -import os.path - # Import all constants from the pakfire module. from pakfire.constants import *