mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-01 21:20:19 +00:00
Extract BackgroundTaskExecutor to file (#4275)
This commit is contained in:
parent
4272bf6287
commit
1df2e8a870
4 changed files with 188 additions and 180 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from skyvern.forge.sdk.executor.async_executor import AsyncExecutor, BackgroundTaskExecutor
|
||||
from skyvern.forge.sdk.executor.async_executor import AsyncExecutor
|
||||
from skyvern.forge.sdk.executor.background_task_executor import BackgroundTaskExecutor
|
||||
|
||||
|
||||
class AsyncExecutorFactory:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue