mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix(router): drop duplicate Mapping import that fails ruff F811 (#35122)
router.py imports Mapping from collections.abc and again from typing, which ruff flags as a redefinition and fails the lint CI job on every open PR. Keep the collections.abc import
This commit is contained in:
parent
8b03315ac6
commit
bf5334bc59
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ from typing import (
|
|||
Generator,
|
||||
List,
|
||||
Literal,
|
||||
Mapping,
|
||||
Optional,
|
||||
Set,
|
||||
Tuple,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue