Removed dead v2 files
This commit is contained in:
parent
584732e497
commit
52b47769a6
3 changed files with 0 additions and 13 deletions
|
|
@ -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__ = []
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
"""Deprecated: content inlined into api/meals.py"""
|
||||
|
||||
__all__: list[str] = []
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
"""Deprecated: content inlined into api/shopping.py"""
|
||||
|
||||
__all__: list[str] = []
|
||||
Loading…
Reference in a new issue