Remove unnecessary encoding declaration

This commit is contained in:
Gabe 2022-03-06 08:30:23 -08:00 committed by GitHub
parent 703b868164
commit 400b367f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from concurrent.futures import ThreadPoolExecutor, as_completed
from contextlib import suppress