Skip to content

Commit 1ca89b8

Browse files
committed
Remove type hints for now
1 parent d0d87c8 commit 1ca89b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repo2docker/docker.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ def __init__(self, *, parent):
8989
def build(
9090
self,
9191
*,
92-
buildargs: dict | None = None,
93-
cache_from: list[str] | None = None,
92+
buildargs=None,
93+
cache_from=None,
9494
container_limits=None,
9595
tag="",
9696
custom_context=False,

0 commit comments

Comments
 (0)