Compare commits

...

2 commits

Author SHA1 Message Date
Yax
784a84fb45 Run config-dev.ini by default 2026-01-10 17:38:27 +01:00
Yax
5712fe9e00 Remove unused import 2026-01-10 17:38:01 +01:00
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -1,6 +1,5 @@
import configparser
import importlib.resources
import os
class Messages: