Removed dead v2 files

This commit is contained in:
jableader 2025-11-01 17:24:55 +11:00
parent 584732e497
commit 52b47769a6
3 changed files with 0 additions and 13 deletions

View file

@ -1,7 +0,0 @@
"""Deprecated: v2 auth is inlined into api/auth.py.
This file intentionally contains no imports or runtime definitions to avoid
lint/type issues while the file remains present during refactors.
"""
__all__ = []

View file

@ -1,3 +0,0 @@
"""Deprecated: content inlined into api/meals.py"""
__all__: list[str] = []

View file

@ -1,3 +0,0 @@
"""Deprecated: content inlined into api/shopping.py"""
__all__: list[str] = []