refactor imports

This commit is contained in:
Vxrtrauter
2026-03-11 15:40:25 +01:00
parent c4685dc2de
commit e97f9ffe8a
20 changed files with 70 additions and 65 deletions
+2 -2
View File
@@ -3,10 +3,10 @@ from core.utils.data.state import state
from dataclasses import asdict
from datetime import datetime
import json
import time
import os
import re
import time
import threading
def add_download_log(title, url, magnet_uri, completed) -> DownloadList:
# wait for metadata outside the lock to avoid blocking other threads