Import both User and Chore models to fix relationships
This commit is contained in:
@@ -1 +1,5 @@
|
||||
# Models package
|
||||
from app.models.user import User
|
||||
from app.models.chore import Chore
|
||||
|
||||
__all__ = ["User", "Chore"]
|
||||
|
||||
Reference in New Issue
Block a user