Skip to content

Commit

Permalink
Remove type hints for now
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jan 29, 2025
1 parent d0d87c8 commit 1ca89b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repo2docker/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ def __init__(self, *, parent):
def build(
self,
*,
buildargs: dict | None = None,
cache_from: list[str] | None = None,
buildargs=None,
cache_from=None,
container_limits=None,
tag="",
custom_context=False,
Expand Down

0 comments on commit 1ca89b8

Please sign in to comment.