From f560bc8972e97d2e497d7b976586e4a79ffc74ec Mon Sep 17 00:00:00 2001 From: Adrian Freihofer Date: Thu, 8 Feb 2024 09:27:27 +0100 Subject: recipetool: cleanup imports - os is missing - glob is not used Signed-off-by: Adrian Freihofer Signed-off-by: Richard Purdie --- scripts/lib/recipetool/create_buildsys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/lib/recipetool/create_buildsys.py b/scripts/lib/recipetool/create_buildsys.py index 5015634476..d4b194f567 100644 --- a/scripts/lib/recipetool/create_buildsys.py +++ b/scripts/lib/recipetool/create_buildsys.py @@ -5,9 +5,9 @@ # SPDX-License-Identifier: GPL-2.0-only # +import os import re import logging -import glob from recipetool.create import RecipeHandler, validate_pv logger = logging.getLogger('recipetool') -- cgit 1.2.3-korg