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