mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-31 18:38:48 +00:00
cli[patch]: ruff 0.5 (#23833)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""Handle a test case where the import is updated and may involve an alias change."""
|
||||
|
||||
from tests.unit_tests.migrate.cli_runner.case import Case
|
||||
from tests.unit_tests.migrate.cli_runner.file import File
|
||||
|
||||
|
@@ -3,6 +3,7 @@
|
||||
Migration script only updates imports not the rest of the code that uses the
|
||||
import.
|
||||
"""
|
||||
|
||||
from langchain_cli.namespaces.migrate.codemods.replace_imports import (
|
||||
RULE_TO_PATHS,
|
||||
_load_migrations_from_fixtures,
|
||||
|
Reference in New Issue
Block a user