Skip to content

Commit 26e2f94

Browse files
committed
fill in incomplete in docker/utils/decorators.pyi
1 parent 0081f41 commit 26e2f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
from _typeshed import Incomplete
21
from collections.abc import Callable
2+
from typing import Any
33

44
def check_resource(resource_name: str): ...
55
def minimum_version(version: str): ...
6-
def update_headers(f: Callable[..., Incomplete]): ...
6+
def update_headers(f: Callable[..., Any]): ...

0 commit comments

Comments
 (0)