Skip to content

Commit 74d3617

Browse files
committed
Remove Image.__init__
1 parent 882c90d commit 74d3617

File tree

1 file changed

+1
-1
lines changed
  • libs/community/langchain_community/document_loaders/parsers

1 file changed

+1
-1
lines changed

libs/community/langchain_community/document_loaders/parsers/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import io
33
import logging
44
from abc import abstractmethod
5-
from typing import TYPE_CHECKING, Iterable, Iterator, Literal, Union
5+
from typing import TYPE_CHECKING, Iterable, Iterator
66

77
import numpy
88
import numpy as np

0 commit comments

Comments
 (0)