Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed May 4, 2023
1 parent 33f8a3c commit 25076fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/core/pod_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class PodTemplate(object):
"""Custom PodTemplate specification for a Task."""

pod_spec: "V1PodSpec" = None
pod_spec: Optional["V1PodSpec"] = None
primary_container_name: str = PRIMARY_CONTAINER_DEFAULT_NAME
labels: Optional[Dict[str, str]] = None
annotations: Optional[Dict[str, str]] = None
Expand Down

0 comments on commit 25076fa

Please sign in to comment.