Skip to content

Commit

Permalink
driveby typing improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
aaazzam committed Jun 19, 2024
1 parent aa0e87d commit 1813b7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/prefect/utilities/dockerutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from types import TracebackType
from typing import (
TYPE_CHECKING,
Any,
Generator,
Iterable,
List,
Expand Down Expand Up @@ -142,7 +143,7 @@ def build_image(
pull: bool = False,
platform: Optional[str] = None,
stream_progress_to: Optional[TextIO] = None,
**kwargs,
**kwargs: Any,
) -> str:
"""Builds a Docker image, returning the image ID
Expand Down

0 comments on commit 1813b7a

Please sign in to comment.