From a37cbb5ad4b3050984760202f3d966c00a3321d9 Mon Sep 17 00:00:00 2001 From: Luke Davis Date: Mon, 2 Sep 2024 20:13:37 -0400 Subject: [PATCH] Remove old imports --- source/gui/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/gui/__init__.py b/source/gui/__init__.py index 96e58a46a4a..ad1a2ca0981 100644 --- a/source/gui/__init__.py +++ b/source/gui/__init__.py @@ -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,