diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-23 09:01:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-23 09:01:14 +0100 |
commit | d17d1fa72e20411b901ab517fab9f2a0c510bec6 (patch) | |
tree | fa35b42c79945f606b75b7a666f6b0f9fdaaedbc /utils/gen_fast_manifest.py | |
parent | be988f794577eac257e0730609c410493da9b790 (diff) | |
download | gemato-d17d1fa72e20411b901ab517fab9f2a0c510bec6.tar.gz |
utils: Fix pyflakes complaints
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'utils/gen_fast_manifest.py')
-rwxr-xr-x | utils/gen_fast_manifest.py | 4 |
1 files changed, 1 insertions, 3 deletions
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 |