Skip to content

Commit 7414609

Browse files
authored
fix: various linting (#210)
1 parent 51b93b4 commit 7414609

File tree

2 files changed

+2060
-2059
lines changed

2 files changed

+2060
-2059
lines changed

libs/community/langchain_community/document_loaders/firecrawl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def __init__(
270270
self.params = params or {}
271271

272272
def lazy_load(self) -> Iterator[Document]:
273-
self.params['integration'] = 'langchain'
273+
self.params["integration"] = "langchain"
274274
if self.mode == "scrape":
275275
firecrawl_docs = [
276276
self.firecrawl.scrape_url(

0 commit comments

Comments
 (0)