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

Add missing docs link for GeneratorDefinition/GeneratorInstance #4425

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

LucasG0
Copy link
Contributor

@LucasG0 LucasG0 commented Sep 23, 2024

Would close #4316

@github-actions github-actions bot added the group/backend Issue related to the backend (API Server, Git Agent) label Sep 23, 2024
@LucasG0 LucasG0 requested a review from a team September 23, 2024 12:56
@@ -514,7 +514,7 @@ def diff(self, other: Self) -> HashableModelDiff:
list1=list(self.model_fields.keys()), list2=list(other.model_fields.keys())
)
diff_result = HashableModelDiff(
added={item: None for item in local_only}, removed={item: None for item in other_only}
added=dict.fromkeys(local_only), removed=dict.fromkeys(other_only)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Generated by invoke backend.format

@LucasG0 LucasG0 force-pushed the lgu-fix-generator-definition branch from f62883a to 8b197bf Compare September 23, 2024 12:58
@LucasG0 LucasG0 merged commit 90c0540 into stable Sep 23, 2024
31 checks passed
@LucasG0 LucasG0 deleted the lgu-fix-generator-definition branch September 23, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group/backend Issue related to the backend (API Server, Git Agent)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants