Skip to content

Commit

Permalink
fix: pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
vndee committed Nov 27, 2024
1 parent 5ce5813 commit 739cd24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llm_sandbox/kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(
keep_template: bool = False,
verbose: bool = False,
kube_namespace: Optional[str] = "default",
env_vars: Optional[dict] = None
env_vars: Optional[dict] = None,
):
"""
Create a new sandbox session
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llm-sandbox"
version = "0.1.4"
version = "0.1.5"
description = "Lightweight and portable LLM sandbox runtime (code interpreter) Python library"
authors = ["Duy Huynh <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 739cd24

Please sign in to comment.