Cosmetics, put imports at top of file
This commit is contained in:
parent
5e321686d0
commit
4c327a35f5
@ -28,10 +28,6 @@ from threading import Event
|
|||||||
from typing import Iterable
|
from typing import Iterable
|
||||||
from urllib.request import urlopen
|
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 (
|
from rich.progress import (
|
||||||
BarColumn,
|
BarColumn,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user