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

Make edb_stat_statements buildable separately from server #129

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

elprans
Copy link
Member

@elprans elprans commented Jan 7, 2025

No description provided.

@elprans elprans requested a review from fantix January 7, 2025 18:09
Comment on lines 148 to 151
def __init__(
self, version: str | poetry_version.Version, *args: Any, **kwargs: Any
) -> None:
edb_stat_statements.StatStatements(version=version)
super().__init__(version, *args, **kwargs)
Copy link
Member

Choose a reason for hiding this comment

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

No need to override __init__ now.

@elprans elprans merged commit 6449b72 into master Jan 7, 2025
2 checks passed
@elprans elprans deleted the stat_statements branch January 7, 2025 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants