support/scripts/check-uniq-files: remove csv module import
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 25 Apr 2018 19:19:22 +0000 (21:19 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 25 Apr 2018 19:19:22 +0000 (21:19 +0200)
commit34d32e911fa72b22369021dba9b92e1f200cc98f
treeebe66fbcfd38fc9bce82a894b73a842cbb2fafa3
parentbabc94e9dd4a1a04c4a0befdb6d32236a30b8ea8
support/scripts/check-uniq-files: remove csv module import

Since commit 5563a1c6a48716debe2983869ddb757318094dce
("support/check-uniq-files: support weird locales and filenames"), the
'csv' Python module is no longer used by the check-uniq-files.

Due to this, flake8 complains with:

support/scripts/check-uniq-files:4:1: F401 'csv' imported but unused

Fix this by dropping the useless csv import.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/scripts/check-uniq-files