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

Refactor out utils.string and utils.types subpackages #95

Merged
merged 4 commits into from
Jul 24, 2020

Conversation

iamdefinitelyahuman
Copy link
Contributor

What I did

Remove the utils.string and utils.types subpackages

How I did it

Most of the logic here was around ambiguous return types, and I think some of it was never in use to begin with. By setting the subprocess input mode to text, everything that comes out is already text and so we don't need this code anymore.

How to verify it

Run tests.

@iamdefinitelyahuman iamdefinitelyahuman merged commit 3be80c9 into v1.0.0-dev Jul 24, 2020
@iamdefinitelyahuman iamdefinitelyahuman deleted the refactor-remove-utils branch July 24, 2020 23:22
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.

1 participant