Skip to content

Commit

Permalink
Pre-commit auto-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 4, 2024
1 parent f3ad371 commit b94cc65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/NVDAObjects/UIA/winConsoleUIA.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import controlTypes
import ctypes
import NVDAHelper
import NVDAState
import speech
import textInfos
import textUtils
Expand All @@ -19,10 +18,9 @@
from diffHandler import prefer_difflib
from logHandler import log
from typing import (
Any,
Optional,
)
from UIAHandler.utils import _getConhostAPILevel, _shouldUseWindowsTerminalNotifications
from UIAHandler.utils import _getConhostAPILevel
from UIAHandler.constants import WinConsoleAPILevel
from . import UIA, UIATextInfo
from ..behaviors import EnhancedTermTypedCharSupport, KeyboardHandlerBasedTypedCharSupport
Expand Down

0 comments on commit b94cc65

Please sign in to comment.