[Buildroot] [git commit] utils: fix flake8 warning

Yann E. MORIN yann.morin.1998 at free.fr
Sat Jan 23 20:24:48 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=9277978e28479449e517152105ae2e8a6d03151a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Commit 40bb37bd70d refactored get-developers, and now the 'os' module is
no longer needed, but still imported:

    utils/get-developers:6:1: F401 'os' imported but unused
    1     F401 'os' imported but unused

Drop it now.

Reported-by: Arnout Vandecappelle <arnout at mind.be>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 utils/get-developers | 1 -
 1 file changed, 1 deletion(-)

diff --git a/utils/get-developers b/utils/get-developers
index e027c26562..9182b2d85f 100755
--- a/utils/get-developers
+++ b/utils/get-developers
@@ -3,7 +3,6 @@
 import argparse
 import getdeveloperlib
 import sys
-import os
 
 
 def parse_args():


More information about the buildroot mailing list