Skip to content

Commit

Permalink
Remove Image.__init__
Browse files Browse the repository at this point in the history
  • Loading branch information
pprados committed Jan 18, 2025
1 parent 882c90d commit f2fea1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import io
import logging
from abc import abstractmethod
from typing import TYPE_CHECKING, Iterable, Iterator, Literal, Union
from typing import TYPE_CHECKING, Iterable, Iterator, Literal

Check failure on line 5 in libs/community/langchain_community/document_loaders/parsers/images.py

View workflow job for this annotation

GitHub Actions / cd libs/community / make lint #3.13

Ruff (F401)

langchain_community/document_loaders/parsers/images.py:5:55: F401 `typing.Literal` imported but unused

Check failure on line 5 in libs/community/langchain_community/document_loaders/parsers/images.py

View workflow job for this annotation

GitHub Actions / cd libs/community / make lint #3.9

Ruff (F401)

langchain_community/document_loaders/parsers/images.py:5:55: F401 `typing.Literal` imported but unused

import numpy
import numpy as np
Expand Down

0 comments on commit f2fea1f

Please sign in to comment.