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 typing.Tuple import #411

Merged
merged 1 commit into from
Jan 25, 2023
Merged

Remove unused typing.Tuple import #411

merged 1 commit into from
Jan 25, 2023

Conversation

mjpieters
Copy link
Collaborator

The Tuple type hint is only used in a comment and can safely be removed.

The Tuple type hint is only used in a comment and can safely be removed.
@codecov
Copy link

codecov bot commented Jan 25, 2023

Codecov Report

Merging #411 (94b66a2) into master (e18803b) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #411   +/-   ##
=======================================
  Coverage   98.36%   98.36%           
=======================================
  Files           1        1           
  Lines          61       61           
  Branches        9        9           
=======================================
  Hits           60       60           
  Misses          1        1           
Flag Coverage Δ
unit 96.72% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
frozenlist/__init__.py 98.36% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mjpieters mjpieters merged commit e203d61 into master Jan 25, 2023
@mjpieters mjpieters deleted the lint_clean branch January 25, 2023 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant