Skip to content
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

chore: add class State and use state instead of singleton #998

Merged
merged 3 commits into from
Dec 20, 2024

Conversation

grieve54706
Copy link
Contributor

@grieve54706 grieve54706 commented Dec 19, 2024

Add class State for lifespan and use state of lifespan instead of Singleton and remove unused get_java_engine_connector function

@github-actions github-actions bot added ibis python Pull requests that update Python code labels Dec 19, 2024
@grieve54706 grieve54706 changed the title chore: pull up pattern and add class State chore: add class State and use state instead of singleton Dec 19, 2024
Comment on lines +21 to +22
class State(TypedDict):
java_engine_connector: JavaEngineConnector
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's better to add some comment or explanation for this class.

@goldmedal goldmedal merged commit 4c5844a into main Dec 20, 2024
7 checks passed
@goldmedal goldmedal deleted the chore/pull-up-pattern-add-class-state branch December 20, 2024 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ibis python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants