Skip to content

Commit 355157f

Browse files
add newline to end of file
1 parent 130c8c6 commit 355157f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/anyvlm/schemas/vlm.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
"""Schemas relating to VLM API."""
2+
23
from pydantic import BaseModel
34

45

56
class VlmResponse(BaseModel):
67
"""Define response structure for the vlm-query endpoint."""
7-
# TODO: Fill this in. See Issue #13
8+
9+
# TODO: Fill this in. See Issue #13

0 commit comments

Comments
 (0)