utils: fix flake8 warning
Commit40bb37bd70
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@mind.be> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit9277978e28
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
831a862f64
commit
a8f6453a55
@ -3,7 +3,6 @@
|
||||
import argparse
|
||||
import getdeveloperlib
|
||||
import sys
|
||||
import os
|
||||
|
||||
|
||||
def parse_args():
|
||||
|
Loading…
Reference in New Issue
Block a user