-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to use EventListener as Context Manager #1163
Conversation
griptape/events/event_bus.py
Outdated
_last_event_listeners: Optional[list[EventListener]] = field(default=None) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oooops
b750fca
to
82c9b15
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
38ad801
to
35a4720
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice and thanks for adding the lock!
35a4720
to
8912332
Compare
8912332
to
5f0ff21
Compare
Describe your changes
Added
Issue ticket number and link
NA
📚 Documentation preview 📚: https://griptape--1163.org.readthedocs.build//1163/