Skip to content

Commit 3bc9a57

Browse files
author
Justin Merrell
committed
fix: pylint
1 parent 9da1f02 commit 3bc9a57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runpod/serverless/modules/upload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
config=boto_config
3131
)
3232
else:
33-
boto_client = None
33+
boto_client = None # pylint: disable=invalid-name
3434

3535

3636
# ---------------------------------------------------------------------------- #

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = runpod
3-
version = 0.1.8
3+
version = 0.1.9
44
description = Official Python library for RunPod API & SDK.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)