Skip to content

Commit 5d6d891

Browse files
committed
fixed import
1 parent a7e8e30 commit 5d6d891

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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, validator, field_validator
4+
from pydantic import BaseModel, Field, field_validator
55

66

77
class BoundingBox(BaseModel):

test/test_validation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import json
22

33
import pytest
4-
import pydantic
54

65
from parse_document_model import Document, Page
76
from parse_document_model.attributes import PageAttributes, TextAttributes

0 commit comments

Comments
 (0)