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

Remove unused TypeVar from _helpers.py #363

Merged
merged 1 commit into from
Aug 26, 2023

Conversation

dixonjoel
Copy link
Collaborator

What does this Pull Request accomplish?

T = TypeVar("T") was unused in _helpers.py. This PR deletes it from all _helpers.py files and the templates as well.

Why should this Pull Request be merged?

Clean up unused code from our examples and generator.

What testing has been done?

Relying on the PR checks.

@github-actions
Copy link

Test Results

     12 files  ±0       12 suites  ±0   1m 55s ⏱️ -2s
   184 tests ±0     159 ✔️ ±0    25 💤 ±0  0 ±0 
2 196 runs  ±0  1 896 ✔️ ±0  300 💤 ±0  0 ±0 

Results for commit 8a5f1b1. ± Comparison against base commit 703f137.

@dixonjoel dixonjoel merged commit 0977c8f into main Aug 26, 2023
@dixonjoel dixonjoel deleted the users/jdixon/remove-unused-typevar branch August 26, 2023 00:11
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