From 5712fe9e001740ad0fa71c3c085c281cef148512 Mon Sep 17 00:00:00 2001 From: Yax Date: Sat, 10 Jan 2026 17:38:01 +0100 Subject: [PATCH 1/2] Remove unused import --- src/stacosys/i18n/messages.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stacosys/i18n/messages.py b/src/stacosys/i18n/messages.py index 374d066..0e38b1f 100644 --- a/src/stacosys/i18n/messages.py +++ b/src/stacosys/i18n/messages.py @@ -1,6 +1,5 @@ import configparser import importlib.resources -import os class Messages: From 784a84fb45c2151b194cf902d3cecd1f8281eea0 Mon Sep 17 00:00:00 2001 From: Yax Date: Sat, 10 Jan 2026 17:38:27 +0100 Subject: [PATCH 2/2] Run config-dev.ini by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e40e0f..7b6b402 100644 --- a/Makefile +++ b/Makefile @@ -43,4 +43,4 @@ publish: # run run: - PYTHONPATH=src/ uv run python src/stacosys/run.py $(RUN_ARGS) + PYTHONPATH=src/ uv run python src/stacosys/run.py config-dev.ini