the find_and_replace alias is not required
Was only added recently, so nothing should depend on it yet.
This commit is contained in:
parent
78a3536bfc
commit
0b8733032d
@ -36,8 +36,6 @@ from .table import (
|
||||
)
|
||||
|
||||
# aliases for legacy pathnames
|
||||
sys.modules["aqt.find_and_replace"] = sys.modules["aqt.browser.dialogs"]
|
||||
aqt.find_and_replace = sys.modules["aqt.browser.dialogs"] # type: ignore
|
||||
sys.modules["aqt.sidebar"] = sys.modules["aqt.browser.sidebar"]
|
||||
aqt.sidebar = sys.modules["aqt.browser.sidebar"] # type: ignore
|
||||
sys.modules["aqt.previewer"] = sys.modules["aqt.browser.previewer"]
|
||||
|
Loading…
Reference in New Issue
Block a user