We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8afdb commit 93937a2Copy full SHA for 93937a2
service/models.py
@@ -53,6 +53,7 @@ def init_db() -> None:
53
"""Initialize Tables"""
54
db.create_all()
55
56
+
57
class DataValidationError(Exception):
58
"""Used for an data validation errors when deserializing"""
59
0 commit comments