summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastermain
diff options
context:
space:
mode:
authorMichael Estner <michaelestner@web.de>2025-02-25 19:34:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-27 15:12:55 +0000
commite1836b205a2716e85f36346762805e2e505a5eb6 (patch)
tree6564a413bf1e3e3e092884871d4cdf49f8cf72d8 /bitbake/lib/toaster/toastermain
parentff8898d10b75841061928da3facac506b281ed81 (diff)
downloadpoky-e1836b205a2716e85f36346762805e2e505a5eb6.tar.gz
bitbake: lib: Remove double imports
* Remove double imports mentioned by pylint (Bitbake rev: 741db6719efca5aa9ef2c15e60cdd624e4aa1a8d) Signed-off-by: Michael Estner <michaelestner@web.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastermain')
-rw-r--r--bitbake/lib/toaster/toastermain/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py
index e06adc5a93..d2a449627f 100644
--- a/bitbake/lib/toaster/toastermain/settings.py
+++ b/bitbake/lib/toaster/toastermain/settings.py
@@ -298,7 +298,6 @@ SOUTH_TESTS_MIGRATE = False
298 298
299# We automatically detect and install applications here if 299# We automatically detect and install applications here if
300# they have a 'models.py' or 'views.py' file 300# they have a 'models.py' or 'views.py' file
301import os
302currentdir = os.path.dirname(__file__) 301currentdir = os.path.dirname(__file__)
303for t in os.walk(os.path.dirname(currentdir)): 302for t in os.walk(os.path.dirname(currentdir)):
304 modulename = os.path.basename(t[0]) 303 modulename = os.path.basename(t[0])