Cosmetics, put imports at top of file

This commit is contained in:
hygienic-books 2022-03-19 01:51:44 +01:00
parent 5e321686d0
commit 4c327a35f5

View File

@ -28,10 +28,6 @@ from threading import Event
from typing import Iterable
from urllib.request import urlopen
# TODO set locale for datetime and others to globally stick to en_US
download_start_time = 0
download_last_update_time = 0
size_downloaded = 0
from rich.progress import (
BarColumn,