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

SYS-1730: Fix type hints and update merge syntax #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

akohler
Copy link
Member

@akohler akohler commented Jan 18, 2025

Fixes SYS-1730.

This fixes minor bugs with the return type hints of a few methods in AlmaAnalyticsClient, which I noticed when using it in our FTVA project. These were carried over from the original version, which I'll fix separately.

It also updates the dictionary merge syntax from the old pre-3.9 Python, via a couple of TODOs which called that out. Our package requires Python 3.9+ and our server has been updated since the original, so time to fix these.

I ran a report with the old and new versions of code, got the same results, so seems fine to me :)

Bumped package version to 0.0.2. No tests.

@akohler akohler requested a review from ztucker4 January 18, 2025 02:54
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.

1 participant