Skip to content

Commit

Permalink
minor linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Oct 20, 2021
1 parent ab8c71e commit 646a864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/service-library/tests/aiohttp/test_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def skip(request: web.Request):
# UNDER TEST ---
# SEE RoutesView to understand how resources can be iterated to get routes
resource = app.router["skip"]
routes_in_a_resource = [r for r in resource]
routes_in_a_resource = list(resource)

setup_tracing(
app,
Expand Down

0 comments on commit 646a864

Please sign in to comment.