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

chore: Remove 'cgi' import from Python #7479

Merged
merged 1 commit into from
Sep 13, 2023
Merged

chore: Remove 'cgi' import from Python #7479

merged 1 commit into from
Sep 13, 2023

Conversation

NeilFraser
Copy link
Contributor

The cgi modue disappears in the next version of Python. This PR adds an import of urllib.parse, but that's not a new dependency since cgi already imported it.

The cgi modue disappears in the next version of Python.  This PR adds an import of urllib.parse, but that's not a new dependency since cgi already imported it.
@NeilFraser NeilFraser requested a review from a team as a code owner September 11, 2023 16:31
@github-actions github-actions bot added the PR: chore General chores (dependencies, typos, etc) label Sep 11, 2023
@NeilFraser NeilFraser merged commit 1f0f733 into develop Sep 13, 2023
14 checks passed
@NeilFraser NeilFraser deleted the fraser-cgi branch September 13, 2023 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: chore General chores (dependencies, typos, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants