diff options
| author | Michael Estner <michaelestner@web.de> | 2025-02-25 19:34:25 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-27 15:12:55 +0000 |
| commit | e1836b205a2716e85f36346762805e2e505a5eb6 (patch) | |
| tree | 6564a413bf1e3e3e092884871d4cdf49f8cf72d8 /bitbake/lib/toaster/toastermain | |
| parent | ff8898d10b75841061928da3facac506b281ed81 (diff) | |
| download | poky-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.py | 1 |
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 |
| 301 | import os | ||
| 302 | currentdir = os.path.dirname(__file__) | 301 | currentdir = os.path.dirname(__file__) |
| 303 | for t in os.walk(os.path.dirname(currentdir)): | 302 | for t in os.walk(os.path.dirname(currentdir)): |
| 304 | modulename = os.path.basename(t[0]) | 303 | modulename = os.path.basename(t[0]) |
