Skip to content

Commit 33094a4

Browse files
committed
Remove unused import
1 parent d6b800f commit 33094a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parse_document_model/attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from abc import ABC
22
from typing import Optional
33

4-
from pydantic import BaseModel, Field, field_validator
4+
from pydantic import BaseModel, Field
55

66

77
class BoundingBox(BaseModel):

0 commit comments

Comments
 (0)