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 list_to_tuple #134

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Fix list_to_tuple #134

merged 1 commit into from
Jan 29, 2024

Conversation

bertybuttface
Copy link
Contributor

Instead of using is, we should use isinstance() which is the correct way to check the type of an object in Python.

Fix list to tuple
@dmunozv04
Copy link
Owner

Thanks for the PR! I'll go ahead and merge it

@dmunozv04 dmunozv04 merged commit 4f39f64 into dmunozv04:main Jan 29, 2024
3 checks passed
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