Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Jun 3, 2024
1 parent 11595a6 commit 375db5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/core/python_auto_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def get_all_tasks(self) -> List[PythonAutoContainerTask]: # type: ignore


def get_registerable_container_image(
img: Optional[Union[str, ImageSpec]], cfg: ImageConfig, task_name: str = Optional[None]
img: Optional[Union[str, ImageSpec]], cfg: ImageConfig, task_name: Optional[str] = None
) -> str:
"""
Resolve the image to the real image name that should be used for registration.
Expand Down

0 comments on commit 375db5c

Please sign in to comment.