Skip to content

Commit 7393421

Browse files
committed
Fix import
1 parent c091731 commit 7393421

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/utils/urlUtils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from urllib.parse import ParseResult, urlparse, urlunparse
88
from logHandler import log
99
import textInfos
10+
import NVDAObject
1011

1112

1213
def getLinkType(targetURL: str, rootURL: str) -> controlTypes.State | None:

0 commit comments

Comments
 (0)