mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 06:33:41 +00:00
fix lint
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
"""LangChain CLI."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Annotated
|
||||
|
||||
import typer
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
"""Manage LangChain apps."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import shutil
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
"""Develop integration packages for LangChain."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import re
|
||||
import shutil
|
||||
import subprocess
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
"""Generate migrations utilities."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import ast
|
||||
import inspect
|
||||
import os
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
"""Develop installable templates."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import re
|
||||
import shutil
|
||||
import subprocess
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
"""Events utilities."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import http.client
|
||||
import json
|
||||
from typing import Any, TypedDict
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
"""Git utilities."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import hashlib
|
||||
import logging
|
||||
import re
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
"""GitHub utilities."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import http.client
|
||||
import json
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
"""Packages utilities."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from pathlib import Path
|
||||
from typing import Any, TypedDict, cast
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
"""Script to generate migrations for the migration script."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import json
|
||||
import pkgutil
|
||||
from pathlib import Path
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
||||
import pytest
|
||||
|
||||
977
libs/cli/uv.lock
generated
977
libs/cli/uv.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,7 @@
|
||||
"""Pytest conftest."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import gzip
|
||||
from os import PathLike
|
||||
from pathlib import Path
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
"""Integration tests for chat models."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import base64
|
||||
import inspect
|
||||
import json
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
""":autodoc-options: autoproperty."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import inspect
|
||||
import os
|
||||
from abc import abstractmethod
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
"""Tools unit tests."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
from abc import abstractmethod
|
||||
from unittest import mock
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Iterator
|
||||
from typing import Any
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
"""Test the standard tests on the custom chat model in the docs."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import pytest
|
||||
from langchain_core.language_models.chat_models import BaseChatModel
|
||||
|
||||
|
||||
1737
libs/standard-tests/uv.lock
generated
1737
libs/standard-tests/uv.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user