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: 194 JSONDict import incorrectly in type-checking block #195

Conversation

elliot-100
Copy link
Collaborator

@elliot-100 elliot-100 commented Mar 10, 2025

Fixes #194 by moving import JSONDict out of a type-checking block.

@elliot-100 elliot-100 self-assigned this Mar 10, 2025
@elliot-100 elliot-100 marked this pull request as ready for review March 10, 2025 15:55
@elliot-100 elliot-100 merged commit 0a3f290 into Olen:main Mar 10, 2025
5 checks passed
@elliot-100 elliot-100 deleted the fix/194-NameError-name-'JSONDict'-is-not-defined branch March 10, 2025 15:56
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.

Example manual_test_functions.py fails with NameError: name 'JSONDict' is not defined
1 participant