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

This commit is contained in:
pre-commit-ci[bot] 2025-04-21 21:07:51 +00:00
parent cb2e503ab9
commit b2855f0326
1 changed files with 7 additions and 7 deletions

View File

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