fix planner

This commit is contained in:
Mateusz Gruszczyński
2026-06-17 09:02:41 +02:00
parent 99692ef217
commit b98505fd31
65 changed files with 82 additions and 279 deletions
-2
View File
@@ -1,8 +1,6 @@
from __future__ import annotations
from ._shared import *
def _active_profile_or_400():
profile = request_profile()
if not profile: