Fix typings for earlier python versions

This commit is contained in:
John Mahoney 2025-04-21 16:06:33 -05:00
parent 33feaecb16
commit 50ea206665
1 changed files with 1 additions and 1 deletions

View File

@ -4453,7 +4453,7 @@ class APIRouter(routing.Router):
def combine_tags(
self,
*entities: Annotated[
None | str | routing.Route | Iterable,
Union[None, str, routing.Route, Sequence],
Doc(
"""
Combine the router's current tags with those of the provided entities.