utils: fix flake8 warning

Commit 40bb37bd70 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 commit 9277978e28)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yann E. MORIN 2021-01-23 21:22:19 +01:00 committed by Peter Korsgaard
parent 831a862f64
commit a8f6453a55
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
import argparse
import getdeveloperlib
import sys
import os
def parse_args():