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

Add more typing to the codebase and minor fixes. #286

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

sodul
Copy link
Collaborator

@sodul sodul commented Feb 3, 2024

  • Improve maintainability of the codebase while leaving the business logic the same.
  • Remove more code specific to python 2.7.
  • Use sets and tuples instead of lists when they are more efficient.
  • Remove redundant str() calls.
  • Move default_args instantiation to runtime instead of import time.

@coveralls
Copy link

coveralls commented Feb 5, 2024

Coverage Status

coverage: 0.0%. remained the same
when pulling 2d0d157 on clumio-oss:typing
into 24927c6 on CleanCut:main.

- Improve maintainability of the codebase while leaving the business logic the same.
- Remove more code specific to python 2.7.
- Use sets and tuples instead of lists when they are more efficient.
- Remove redundant `str()` calls.
- Move default_args instantiation to runtime instead of import time.
Copy link
Collaborator

@IanFoertsch-clumio IanFoertsch-clumio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

@sodul sodul merged commit a0e89b8 into CleanCut:main Feb 5, 2024
24 checks passed
@sodul sodul deleted the typing branch February 5, 2024 22:17
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.

None yet

3 participants