Skip to content

Commit 495f0f0

Browse files
committed
Add return type
1 parent 7f1a4ad commit 495f0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/strands/experimental/hooks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Deprecated aliases are accessed via __getattr__ to emit warnings only on use
1616

1717

18-
def __getattr__(name: str):
18+
def __getattr__(name: str) -> bool:
1919
from . import events
2020

2121
return getattr(events, name)

0 commit comments

Comments
 (0)