Skip to content

Commit 628a00e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent b16a70f commit 628a00e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stubs/D3DShot/d3dshot/dll/dxgi.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ from typing_extensions import TypeAlias, TypedDict
77
from d3dshot.dll import _ProcessFunc, _ProcessFuncRegionArg, _ProcessFuncReturn
88
from d3dshot.dll.d3d import ID3D11Device
99

10-
1110
class _IUnknown(_CData): # From comtypes.IUnknown
1211
def QueryInterface(self, interface: type, iid: _CData | None = ...) -> _HRESULT: ...
1312
def AddRef(self) -> c_ulong: ...

0 commit comments

Comments
 (0)