From a68f2aa0a588d7eef146e42d361755e4921683d3 Mon Sep 17 00:00:00 2001 From: vg Date: Sat, 28 Feb 2026 17:49:19 +0100 Subject: git-sync on dita --- gamechestcli/src/gamechest/__main__.py | 5 ++--- gamechestcli/src/gamechest/config.py | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/gamechestcli/src/gamechest/__main__.py b/gamechestcli/src/gamechest/__main__.py index 8452b99..30f277c 100755 --- a/gamechestcli/src/gamechest/__main__.py +++ b/gamechestcli/src/gamechest/__main__.py @@ -17,12 +17,11 @@ Options: import sys import docopt -from rich import print - from gamechest.cliactions import install, remove, run from gamechest.gameconfig import config -from gamechest.statusdb import StatusDB from gamechest.gamedb import GameDB +from gamechest.statusdb import StatusDB +from rich import print def main(): diff --git a/gamechestcli/src/gamechest/config.py b/gamechestcli/src/gamechest/config.py index cd0c7e8..66f37fc 100644 --- a/gamechestcli/src/gamechest/config.py +++ b/gamechestcli/src/gamechest/config.py @@ -2,8 +2,7 @@ from dataclasses import asdict, dataclass from pathlib import Path import yaml -from xdg.BaseDirectory import (load_first_config, save_config_path, - xdg_data_home) +from xdg.BaseDirectory import load_first_config, save_config_path, xdg_data_home CONFIG_PATH_TUPLE = ('org.devys.gamechest', 'config.yaml') -- cgit v1.2.3