Skip to content

Commit

Permalink
Update instrumentation/opentelemetry-instrumentation-asyncio/src/open…
Browse files Browse the repository at this point in the history
…telemetry/instrumentation/asyncio/utils.py

Co-authored-by: Aaron Abbott <aaronabbott@google.com>
  • Loading branch information
bourbonkk and aabmass authored Jan 4, 2024
1 parent e93aa9b commit b9a303d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
)


def separate_coro_names_by_comma(coro_names: str) -> set:
def separate_coro_names_by_comma(coro_names: str) -> Set[str]:
"""
Function to separate the coroutines to be traced by comma
"""
Expand Down

0 comments on commit b9a303d

Please sign in to comment.