Skip to content

Commit 06acc04

Browse files
committed
add missing import
1 parent 3b378ee commit 06acc04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stubs/pywin32/win32/win32pdh.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from _typeshed import Incomplete
22

3+
import _win32typing
34
from win32.lib.pywintypes import error as error
45

56
def AddCounter(hQuery, path: str, userData: int = ..., /): ...
@@ -36,7 +37,7 @@ def BrowseCounters(
3637
def ConnectMachine(machineName: str, /) -> str: ...
3738
def LookupPerfIndexByName(machineName: str, instanceName: str, /): ...
3839
def LookupPerfNameByIndex(machineName: str | None, index, /) -> str: ...
39-
def GetFormattedCounterArray(handle: _win32typing.PyHANDLE | int | None, format: int, /) -> dict[Incomplete, Incomplete]: ...
40+
def GetFormattedCounterArray(handle: _win32typing.PyHANDLE | int | None, format: int, /) -> dict[Incomplete, Incomplete]: ...
4041

4142
PDH_FMT_1000: int
4243
PDH_FMT_ANSI: int

0 commit comments

Comments
 (0)