Skip to content

Commit 767e9fe

Browse files
tiny pr removing unnecessary code (#369)
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
1 parent 92be9fd commit 767e9fe

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.changeset/every-pillows-sin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trackio": patch
3+
---
4+
5+
feat:tiny pr removing unnecessary code

trackio/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363

6464
config = {}
6565

66-
DEFAULT_THEME = "default"
67-
6866

6967
def init(
7068
project: str,
@@ -487,7 +485,7 @@ def show(
487485
if color_palette is not None:
488486
os.environ["TRACKIO_COLOR_PALETTE"] = ",".join(color_palette)
489487

490-
theme = theme or os.environ.get("TRACKIO_THEME", DEFAULT_THEME)
488+
theme = theme or os.environ.get("TRACKIO_THEME")
491489

492490
_mcp_server = (
493491
mcp_server

0 commit comments

Comments
 (0)