summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@macaw.me>2020-11-14 14:57:16 +0800
committerFrederick Yin <fkfd@macaw.me>2020-11-14 14:57:16 +0800
commit8ded1d620948ab4984af49c928ee23e30454613d (patch)
tree052cd494da250032909b421adef32341e39d2950
parentbf1682cab9c0b8c1c0165f2aa5b07d4aabf3dbda (diff)
Remove imports of deprecated errors
-rw-r--r--picross/gui/controller.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/picross/gui/controller.py b/picross/gui/controller.py
index 2e900c2..86631be 100644
--- a/picross/gui/controller.py
+++ b/picross/gui/controller.py
@@ -18,11 +18,7 @@ from ..transport import (
UnsupportedProtocolError,
get,
)
-from ..download import (
- download,
- DownloadConfigIncompleteError,
- DownloadConfigNotFoundError,
-)
+from ..download import download
from .model import Tab
from .view import WAITING_CURSOR, View
from .dialog import Dialog