Tech debt cleanup: fix path_setup comment, sync shared submodule
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 40s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-22 15:36:10 +00:00
parent 04c7c97116
commit a41d5e6a52
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@@ -1,5 +1,5 @@
from __future__ import annotations
import path_setup # noqa: F401 # adds shared_lib to sys.path
import path_setup # noqa: F401 # adds shared/ to sys.path
from pathlib import Path
from quart import g

2
shared

Submodule shared updated: 04f7c5e85c...d697709f60