Skip to content

Commit ccaba92

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent b3f1927 commit ccaba92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/_ctypes.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ if sys.version_info >= (3, 14):
214214
@overload
215215
def __get__(self, instance: Any, owner: type[Any] | None = None, /) -> _GetT: ...
216216
def __set__(self, instance: Any, value: _SetT, /) -> None: ...
217+
217218
_CField = CField
218219

219220
else:

0 commit comments

Comments
 (0)