Skip to content

Commit 5cb3b9e

Browse files
committed
fix: add missing package init files for CI
1 parent acb666c commit 5cb3b9e

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/app/api/internal/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"""Internal worker-facing API routes."""
2+

src/app/scheduling/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"""Scheduling policies, task typing, and resource helpers."""
2+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"""Scheduling service implementations and repositories."""
2+

0 commit comments

Comments
 (0)