Skip to content

Commit b2f8804

Browse files
committed
Update templates.py
1 parent f9081dd commit b2f8804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runpod/api/mutations/templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# pylint: disable=too-many-arguments
44

55

6-
def generate_pod_template(
6+
def generate_pod_template( # disable=too-many-branches
77
name: str, image_name: str, docker_start_cmd: str = None,
88
container_disk_in_gb: int = 10, volume_in_gb: int = None, volume_mount_path: str = None,
99
ports: str = None, env: dict = None, is_serverless: bool = False, registry_auth: str = None

0 commit comments

Comments
 (0)