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

Drop unneccessary binascii import #2909

Merged
merged 3 commits into from
Oct 30, 2023
Merged

Drop unneccessary binascii import #2909

merged 3 commits into from
Oct 30, 2023

Conversation

tomchristie
Copy link
Member

This is a minor refactoring that removes an unnecessary import.
We should aim to remove imports and dependencies wherever possible, and aim for a low-overall complexity.

I'm not including this in the CHANGELOG since it's a refactoring rather than a user-visible functional change.

@tomchristie tomchristie added the refactor Issues and PRs related to code refactoring label Oct 30, 2023
httpx/_multipart.py Outdated Show resolved Hide resolved
Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com>
@tomchristie tomchristie merged commit 9751f76 into master Oct 30, 2023
5 checks passed
@tomchristie tomchristie deleted the drop-binascii-import branch October 30, 2023 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Issues and PRs related to code refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants