Skip to content

Commit f8d26e9

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runpod/api/mutations/templates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
""" RunPod | API Wrapper | Mutations | Templates """
22

3-
# pylint: disable=too-many-arguments
3+
# pylint: disable=too-many-arguments, too-many-branches
44

55

6-
def generate_pod_template( # disable=too-many-branches
6+
def generate_pod_template(
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)