XThomasBU
commited on
Commit
·
7bce799
1
Parent(s):
8ee0d3b
format fix
Browse files
code/modules/chat_processor/helpers.py
CHANGED
|
@@ -248,7 +248,6 @@ async def reset_tokens_for_user(user_info):
|
|
| 248 |
await update_user_info(user_info)
|
| 249 |
|
| 250 |
|
| 251 |
-
|
| 252 |
async def get_thread_step_info(thread_id):
|
| 253 |
step = await literal_client.api.get_step(thread_id)
|
| 254 |
return step
|
|
|
|
| 248 |
await update_user_info(user_info)
|
| 249 |
|
| 250 |
|
|
|
|
| 251 |
async def get_thread_step_info(thread_id):
|
| 252 |
step = await literal_client.api.get_step(thread_id)
|
| 253 |
return step
|