We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da1f02 commit 3bc9a57Copy full SHA for 3bc9a57
runpod/serverless/modules/upload.py
@@ -30,7 +30,7 @@
30
config=boto_config
31
)
32
else:
33
- boto_client = None
+ boto_client = None # pylint: disable=invalid-name
34
35
36
# ---------------------------------------------------------------------------- #
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = runpod
3
-version = 0.1.8
+version = 0.1.9
4
description = Official Python library for RunPod API & SDK.
5
long_description = file: README.md
6
long_description_content_type = text/markdown
0 commit comments