Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
Signed-off-by: byhsu <[email protected]>
  • Loading branch information
ByronHsu committed Jan 26, 2023
1 parent 4374bb6 commit 6711714
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion flytekit/core/pod_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from typing import Dict, Optional
from flytekit.exceptions import user as _user_exceptions

# TODO: update requirement.txt
PRIMARY_CONTAINER_DEFAULT_NAME = "primary"

@dataclass
Expand Down
1 change: 0 additions & 1 deletion flytekit/core/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ def foo2():
:param docs: Documentation about this task
:param pod_template: custom PodTemplate.
:param pod_template_name: The name of the existing PodTemplate resource which will be used in this task.
comment
"""

def wrapper(fn) -> PythonFunctionTask:
Expand Down
1 change: 0 additions & 1 deletion flytekit/models/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ def __init__(
:param bool cache_serializable: Whether or not caching operations are executed in serial. This means only a
single instance over identical inputs is executed, other concurrent executions wait for the cached results.
:param pod_template_name: The name of the existing PodTemplate resource which will be used in this task.
comment
"""
self._discoverable = discoverable
self._runtime = runtime
Expand Down

0 comments on commit 6711714

Please sign in to comment.