From d17d1fa72e20411b901ab517fab9f2a0c510bec6 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 23 Jan 2023 09:01:14 +0100 Subject: utils: Fix pyflakes complaints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- utils/gen_fast_manifest.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'utils/gen_fast_manifest.py') diff --git a/utils/gen_fast_manifest.py b/utils/gen_fast_manifest.py index 002f8c5..70b0531 100755 --- a/utils/gen_fast_manifest.py +++ b/utils/gen_fast_manifest.py @@ -1,10 +1,8 @@ #!/usr/bin/env python # Ultra-optimized Manifest writing. -# (c) 2017-2022 Michał Górny +# (c) 2017-2023 Michał Górny # Licensed under the terms of 2-clause BSD license -import errno -import glob import gzip import hashlib import os -- cgit v1.2.3