Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
GB609 authored Mar 7, 2025
1 parent 8c5307a commit 558f2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minigalaxy/download_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

from concurrent.futures.thread import ThreadPoolExecutor
from enum import Enum
from minigalaxy.config import Config, GAME_DOWNLOAD_THREADS, UI_DOWNLOAD_THREADS
from minigalaxy.config import Config, UI_DOWNLOAD_THREADS
from minigalaxy.constants import DOWNLOAD_CHUNK_SIZE, MINIMUM_RESUME_SIZE
from minigalaxy.download import Download, DownloadType
from requests import Session
Expand Down

0 comments on commit 558f2cc

Please sign in to comment.