Merge pull request #62 from christianlouis/code-health-unused-imports-models-init-5127216271700083315

🧹 [code health improvement] Silence unused imports in models/__init__.py and fix CI environment
This commit is contained in:
Christian Krakau-Louis
2026-03-23 22:32:27 +01:00
committed by GitHub
+3 -3
View File
@@ -29,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.14'
python-version: '3.12'
- name: Install Python linting tools
run: |
@@ -102,7 +102,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.14'
python-version: '3.12'
cache: 'pip'
- name: Install dependencies
@@ -143,7 +143,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.14'
python-version: '3.12'
- name: Install dependencies
run: |