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

🐛 Fix pylint tests #7056

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bisgaard-itis
Copy link
Contributor

@bisgaard-itis bisgaard-itis commented Jan 17, 2025

What do these changes do?

  • install docker python package and fix pylint complaints after pylint upgrade

Related issue/s

How to test

Dev-ops checklist

@bisgaard-itis bisgaard-itis self-assigned this Jan 17, 2025
@bisgaard-itis bisgaard-itis added this to the Singularity milestone Jan 17, 2025
@bisgaard-itis bisgaard-itis changed the title 🐛 Fix pylint complaints 🐛 Fix pylint tests Jan 17, 2025
@@ -97,7 +97,7 @@ def transaction(
) -> PaymentsTransactionsDB:
kwargs = {
k: successful_transaction[k]
for k in PaymentsTransactionsDB.model_fields
for k in PaymentsTransactionsDB.model_fields.keys()
Copy link
Member

Choose a reason for hiding this comment

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

MINOR: this also works without .keys().

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