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

Fix IndexError when typing._alias() has missing arguments #2623

Merged
merged 1 commit into from
Oct 23, 2024

Fix IndexError when typing._alias() has missing arguments

58a3c28
Select commit
Loading
Failed to load commit list.
Merged

Fix IndexError when typing._alias() has missing arguments #2623

Fix IndexError when typing._alias() has missing arguments
58a3c28
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 23, 2024 in 0s

93.24% (target 92.00%)

View this Pull Request on Codecov

93.24% (target 92.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.24%. Comparing base (9371982) to head (58a3c28).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2623   +/-   ##
=======================================
  Coverage   93.24%   93.24%           
=======================================
  Files          93       93           
  Lines       11051    11060    +9     
=======================================
+ Hits        10304    10313    +9     
  Misses        747      747           
Files with missing lines Coverage Δ
astroid/brain/brain_typing.py 87.50% <ø> (ø)