Browse Source

🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

pull/13626/head
pre-commit-ci[bot] 4 months ago
parent
commit
b2855f0326
  1. 2
      fastapi/routing.py

2
fastapi/routing.py

@ -4460,7 +4460,7 @@ class APIRouter(routing.Router):
Supports None, strings, iterables, and Route objects with a `tags` attribute.
"""
),
]
],
) -> List[str]:
tags = set(self.tags or [])
for entity in entities:

Loading…
Cancel
Save