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

ENH: Remove Python 2.x legacy conditional import statement #71

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

jhlegarreta
Copy link
Contributor

@jhlegarreta jhlegarreta commented Dec 10, 2024

Remove Python 2.x legacy conditional import statement: import OrderedDict from collections.

Support for Python 2.x was dropped following the discussion in #5.

@jhlegarreta jhlegarreta force-pushed the RemovePython2LegacyImport branch from 2cc1d4d to a86638a Compare December 10, 2024 20:46
Remove Python 2.x legacy conditional import statement: import
`OrderedDict` from `collections`.

Support for Python 2.x was dropped following the discussion in
demianw#5.
@jhlegarreta jhlegarreta force-pushed the RemovePython2LegacyImport branch from a86638a to be422e6 Compare December 11, 2024 16:26
@jhlegarreta jhlegarreta marked this pull request as ready for review December 12, 2024 01:23
@demianw demianw merged commit 221b068 into demianw:master Dec 16, 2024
7 checks passed
@jhlegarreta jhlegarreta deleted the RemovePython2LegacyImport branch December 16, 2024 13:45
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