Skip to content

Commit 0af669f

Browse files
committed
Update workload.py
1 parent 73d03ae commit 0af669f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

code_to_optimize/code_directories/async_e2e/workload.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import asyncio
22

3-
from codeflash.code_utils.codeflash_wrap_decorator import \
4-
codeflash_behavior_async
53

6-
7-
@codeflash_behavior_async
84
async def process_data_list(data_list):
95
results = []
106

@@ -23,4 +19,4 @@ async def main():
2319

2420

2521
if __name__ == "__main__":
26-
asyncio.run(main())
22+
asyncio.run(main())

0 commit comments

Comments
 (0)