Skip to content

Commit ebc01f6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/docker/docker/types/daemon.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from collections.abc import Iterator
22
from typing import Generic, TypeVar
3+
from typing_extensions import Self
34

45
from requests import Response
5-
from typing_extensions import Self
66

77
_T_co = TypeVar("_T_co", covariant=True)
88

0 commit comments

Comments
 (0)