Skip to content

Commit f2d6e23

Browse files
committed
Spelling fix.
1 parent 2408f23 commit f2d6e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extraction_methods/core/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from typing import Any
1515

1616
from pydantic import BaseModel, Extra, Field, model_validator
17-
from typing_extension import Self
17+
from typing_extensions import Self
1818

1919

2020
class KeyOutputKey(BaseModel):

0 commit comments

Comments
 (0)