We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd81753 commit 6466494Copy full SHA for 6466494
packages/service-library/src/servicelib/aiohttp/tracing.py
@@ -180,6 +180,7 @@ def get_tracing_lifespan(
180
_startup(app=app, tracing_settings=tracing_settings, service_name=service_name)
181
182
async def tracing_lifespan(app: web.Application):
183
+ assert app # nosec
184
yield
185
_shutdown()
186
0 commit comments