Skip to content

Commit 808a641

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent da6c754 commit 808a641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/_ctypes.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ if sys.version_info >= (3, 14):
213213
def __get__(self, instance: None, owner: type[Any] | None = None, /) -> Self: ...
214214
@overload
215215
def __get__(self, instance: Any, owner: type[Any] | None = None, /) -> _GetT: ...
216-
217216
def __set__(self, instance: Any, value: _SetT, /) -> None: ...
217+
218218
else:
219219
@final
220220
@type_check_only

0 commit comments

Comments
 (0)