mirror of https://github.com/tiangolo/fastapi.git
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
This commit is contained in:
parent
cb2e503ab9
commit
b2855f0326
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue