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 73d03ae commit 0af669fCopy full SHA for 0af669f
code_to_optimize/code_directories/async_e2e/workload.py
@@ -1,10 +1,6 @@
1
import asyncio
2
3
-from codeflash.code_utils.codeflash_wrap_decorator import \
4
- codeflash_behavior_async
5
6
-
7
-@codeflash_behavior_async
8
async def process_data_list(data_list):
9
results = []
10
@@ -23,4 +19,4 @@ async def main():
23
19
24
20
25
21
if __name__ == "__main__":
26
- asyncio.run(main())
22
+ asyncio.run(main())
0 commit comments