Skip to content

Commit 41846f8

Browse files
timeSleep_unused
1 parent 978e5ba commit 41846f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/kernel_tools/product_tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""ProductTools class for managing product-related tasks in a mobile plan context."""
22

33
import inspect
4-
import time
4+
# import time
55
from datetime import datetime
66
from typing import Annotated, Callable, List
77

@@ -30,7 +30,7 @@ async def add_mobile_extras_pack(new_extras_pack_name: str, start_date: str) ->
3030
f"These changes have been completed and should be reflected in your app in 5-10 minutes."
3131
f"\n\n{formatting_instructions}"
3232
)
33-
#time.sleep(2)
33+
# time.sleep(2)
3434
return analysis
3535

3636
@staticmethod

0 commit comments

Comments
 (0)