Skip to content

Commit b9a303d

Browse files
bourbonkkaabmass
andauthored
Update instrumentation/opentelemetry-instrumentation-asyncio/src/opentelemetry/instrumentation/asyncio/utils.py
Co-authored-by: Aaron Abbott <[email protected]>
1 parent e93aa9b commit b9a303d

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-asyncio/src/opentelemetry/instrumentation/asyncio

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-asyncio/src/opentelemetry/instrumentation/asyncio/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
)
2222

2323

24-
def separate_coro_names_by_comma(coro_names: str) -> set:
24+
def separate_coro_names_by_comma(coro_names: str) -> Set[str]:
2525
"""
2626
Function to separate the coroutines to be traced by comma
2727
"""

0 commit comments

Comments
 (0)