search_controller: remove unused saved_dir import
This commit is contained in:
parent
925e8c1001
commit
37f89c0bf8
@ -292,7 +292,6 @@ class SearchController:
|
|||||||
from PySide6.QtCore import QTimer
|
from PySide6.QtCore import QTimer
|
||||||
QTimer.singleShot(100, self.clear_loading)
|
QTimer.singleShot(100, self.clear_loading)
|
||||||
|
|
||||||
from ..core.config import saved_dir
|
|
||||||
from ..core.cache import cached_path_for, cache_dir
|
from ..core.cache import cached_path_for, cache_dir
|
||||||
site_id = self._app._site_combo.currentData()
|
site_id = self._app._site_combo.currentData()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user