We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b800f commit 33094a4Copy full SHA for 33094a4
parse_document_model/attributes.py
@@ -1,7 +1,7 @@
1
from abc import ABC
2
from typing import Optional
3
4
-from pydantic import BaseModel, Field, field_validator
+from pydantic import BaseModel, Field
5
6
7
class BoundingBox(BaseModel):
0 commit comments