Skip to content

Commit

Permalink
Remove old imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Davis authored and Luke Davis committed Sep 3, 2024
1 parent a293607 commit 5dfea2a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
# messageBox is accessed through `gui.messageBox` as opposed to `gui.message.messageBox` throughout NVDA,
# be cautious when removing
messageBox,
displayDialogAsModal,
)
from .nvdaControls import MessageDialog
from . import blockAction
from .speechDict import (
DefaultDictionaryDialog,
Expand Down Expand Up @@ -70,7 +68,6 @@
import speechViewer
import winUser
import api
import gui.contextHelp as contextHelp
import NVDAState


Expand Down

0 comments on commit 5dfea2a

Please sign in to comment.