Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit dca9575

Browse files
committed
fixup! Use xdg config home for client config
1 parent 3fa98fc commit dca9575

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • packages/jumpstarter/jumpstarter/config

packages/jumpstarter/jumpstarter/config/common.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from pydantic import BaseModel
2-
from xdg_base_dirs import (
3-
xdg_config_home,
4-
)
2+
from xdg_base_dirs import xdg_config_home
53

64
CONFIG_API_VERSION = "jumpstarter.dev/v1alpha1"
75
CONFIG_PATH = xdg_config_home() / "jumpstarter"

0 commit comments

Comments
 (0)