Skip to content

Commit

Permalink
Update html.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedTammaa authored Nov 8, 2024
1 parent d4efd97 commit 73c001c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/text-splitters/langchain_text_splitters/html.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from langchain_text_splitters.character import RecursiveCharacterTextSplitter
from bs4 import BeautifulSoup
from bs4.element import Tag
from langchain.docstore.document import Document

class ElementType(TypedDict):

Check failure on line 15 in libs/text-splitters/langchain_text_splitters/html.py

View workflow job for this annotation

GitHub Actions / cd libs/text-splitters / make lint #3.13

Ruff (I001)

langchain_text_splitters/html.py:1:1: I001 Import block is un-sorted or un-formatted

Check failure on line 15 in libs/text-splitters/langchain_text_splitters/html.py

View workflow job for this annotation

GitHub Actions / cd libs/text-splitters / make lint #3.9

Ruff (I001)

langchain_text_splitters/html.py:1:1: I001 Import block is un-sorted or un-formatted
"""Element type as typed dict."""
Expand Down

0 comments on commit 73c001c

Please sign in to comment.