Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit e48ba42

Browse files
committed
Remove workflows
1 parent 229329d commit e48ba42

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/browser_use_sdk/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from .profiles.client import AsyncProfilesClient, ProfilesClient
1414
from .sessions.client import AsyncSessionsClient, SessionsClient
1515
from .skills.client import AsyncSkillsClient, SkillsClient
16-
from .workflows.client import AsyncWorkflowsClient, WorkflowsClient
1716
from .wrapper.tasks.client import AsyncBrowserUseTasksClient, BrowserUseTasksClient
1817

1918

@@ -89,7 +88,6 @@ def __init__(
8988
self.sessions = SessionsClient(client_wrapper=self._client_wrapper)
9089
self.files = FilesClient(client_wrapper=self._client_wrapper)
9190
self.profiles = ProfilesClient(client_wrapper=self._client_wrapper)
92-
self.workflows = WorkflowsClient(client_wrapper=self._client_wrapper)
9391
self.skills = SkillsClient(client_wrapper=self._client_wrapper)
9492

9593

@@ -165,7 +163,6 @@ def __init__(
165163
self.sessions = AsyncSessionsClient(client_wrapper=self._client_wrapper)
166164
self.files = AsyncFilesClient(client_wrapper=self._client_wrapper)
167165
self.profiles = AsyncProfilesClient(client_wrapper=self._client_wrapper)
168-
self.workflows = AsyncWorkflowsClient(client_wrapper=self._client_wrapper)
169166
self.skills = AsyncSkillsClient(client_wrapper=self._client_wrapper)
170167

171168

0 commit comments

Comments
 (0)