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>
2021.05.x
Yann E. MORIN 2021-01-23 21:22:19 +01:00
parent cfc89ca690
commit 9277978e28
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():