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

Update _legacy.pyx to fix return type of load() #88

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

Q-ten
Copy link
Contributor

@Q-ten Q-ten commented Feb 9, 2024

load() returns an object not a str.
Changed return type in documentation of load() from str to object. Useful for IDE type checks.

load() returns an object not a str.
Changed return type in documentation of load() from str to object.
Useful for IDE syntax checks.
@Kijewski Kijewski merged commit 34ff963 into Kijewski:main Feb 9, 2024
@Kijewski
Copy link
Owner

Kijewski commented Feb 9, 2024

Thank you!

@Kijewski
Copy link
Owner

Kijewski commented Feb 9, 2024

Released in v1.6.6.

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