We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1a4ad commit 495f0f0Copy full SHA for 495f0f0
src/strands/experimental/hooks/__init__.py
@@ -15,7 +15,7 @@
15
# Deprecated aliases are accessed via __getattr__ to emit warnings only on use
16
17
18
-def __getattr__(name: str):
+def __getattr__(name: str) -> bool:
19
from . import events
20
21
return getattr(events, name)
0 commit comments