mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
remove an unused import
This commit is contained in:
parent
25f122bf5c
commit
9f585d4d38
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from __future__ import annotations
|
|||
from concurrent.futures import Future
|
||||
from concurrent.futures.thread import ThreadPoolExecutor
|
||||
from threading import Lock
|
||||
from typing import Any, Callable, Dict, List, Optional, Union
|
||||
from typing import Any, Callable, Dict, List, Optional
|
||||
|
||||
from PyQt5.QtCore import QObject, pyqtSignal
|
||||
|
||||
|
|
Loading…
Reference in a new issue