Skip to content

Commit 753c7ad

Browse files
committed
remove old lib dir
1 parent 72edd31 commit 753c7ad

File tree

6 files changed

+1
-19
lines changed

6 files changed

+1
-19
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ uv run python script.py
2424

2525
Most of the SDK is generated code. Modifications to code will be persisted between generations, but may
2626
result in merge conflicts between manual patches and changes from the generator. The generator will never
27-
modify the contents of the `src/stagehand/lib/` and `examples/` directories.
27+
modify the contents of the `src/stagehand/_custom/` and `examples/` directories.
2828

2929
## Setting up the local server binary (for development)
3030

src/stagehand/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
### <CUSTOM CODE HANDWRITTEN BY STAGEHAND TEAM (not codegen)>
4242
from ._utils._logs import setup_logging as _setup_logging
4343
from ._custom.session import Session, AsyncSession
44-
4544
### </END CUSTOM CODE>
4645

4746
__all__ = [

src/stagehand/_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
close_async_client_sea_server,
4242
prepare_async_client_base_url,
4343
)
44-
4544
### </END CUSTOM CODE>
4645

4746
if TYPE_CHECKING:

src/stagehand/lib/.keep

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/stagehand/lib/__init__.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/stagehand/resources/sessions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
### <CUSTOM CODE HANDWRITTEN BY STAGEHAND TEAM (not codegen)>
66
from typing import TYPE_CHECKING, Dict, Optional, cast
7-
87
### </END CUSTOM CODE>
98
from typing_extensions import Literal, overload
109

0 commit comments

Comments
 (0)