From e5d4acf681784d1ea356c932cf31c1c9723dbafa Mon Sep 17 00:00:00 2001 From: Christophe Bornet Date: Sun, 4 Jan 2026 07:26:04 +0100 Subject: [PATCH] style(langchain): add ruff rule PLC0415 (#34559) --- libs/langchain_v1/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/langchain_v1/pyproject.toml b/libs/langchain_v1/pyproject.toml index 3409d822b6d..70be8f2775e 100644 --- a/libs/langchain_v1/pyproject.toml +++ b/libs/langchain_v1/pyproject.toml @@ -118,7 +118,6 @@ ignore = [ # TODO rules "ANN401", # Any in type annotations "BLE", # Blind exceptions - "PLC0415", # Imports should be at the top. Not always desirable ] unfixable = [ "B028", # People should intentionally tune the stacklevel