Skip to content

Commit

Permalink
Import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonarddeR committed Aug 24, 2022
1 parent 6bed77c commit eecb992
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions source/NVDAObjects/UIA/winConsoleUIA.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
# See the file COPYING for more details.
# Copyright (C) 2019-2022 Bill Dengler, Leonard de Ruijter

import api
import config
import controlTypes
import ctypes
import NVDAHelper
import speech
import textInfos
import textUtils
import UIAHandler
import speech
import controlTypes
import api
import config

from comtypes import COMError
from diffHandler import prefer_difflib
from logHandler import log
Expand Down

0 comments on commit eecb992

Please sign in to comment.