Skip to content

Commit 93937a2

Browse files
committed
Fixed linting error
1 parent cc8afdb commit 93937a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/models.py

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def init_db() -> None:
5353
"""Initialize Tables"""
5454
db.create_all()
5555

56+
5657
class DataValidationError(Exception):
5758
"""Used for an data validation errors when deserializing"""
5859

0 commit comments

Comments
 (0)