Fix ImportError: remove stale SettingsCreate and ChangePinRequest from schemas registry
These were removed in the auth migration but schemas/__init__.py still imported them. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4a98b67b0b
commit
9b261574ca
@ -1,4 +1,4 @@
|
||||
from app.schemas.settings import SettingsCreate, SettingsUpdate, SettingsResponse, ChangePinRequest
|
||||
from app.schemas.settings import SettingsUpdate, SettingsResponse
|
||||
from app.schemas.todo import TodoCreate, TodoUpdate, TodoResponse
|
||||
from app.schemas.calendar_event import CalendarEventCreate, CalendarEventUpdate, CalendarEventResponse
|
||||
from app.schemas.reminder import ReminderCreate, ReminderUpdate, ReminderResponse
|
||||
@ -8,10 +8,8 @@ from app.schemas.person import PersonCreate, PersonUpdate, PersonResponse
|
||||
from app.schemas.location import LocationCreate, LocationUpdate, LocationResponse
|
||||
|
||||
__all__ = [
|
||||
"SettingsCreate",
|
||||
"SettingsUpdate",
|
||||
"SettingsResponse",
|
||||
"ChangePinRequest",
|
||||
"TodoCreate",
|
||||
"TodoUpdate",
|
||||
"TodoResponse",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user