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 reportDuplicateImport not reporting duplicated aliases and duplicated imports across different import statements #91

Merged
merged 3 commits into from
Feb 15, 2024

Conversation

This comment has been minimized.

Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

Expression (https://github.com/cognitedata/Expression)
+   /tmp/mypy_primer/projects/Expression/tests/test_option.py:21:36 - error: "Nothing" is imported more than once (reportDuplicateImport)
+   /tmp/mypy_primer/projects/Expression/tests/test_option.py:21:45 - error: "Option" is imported more than once (reportDuplicateImport)
+   /tmp/mypy_primer/projects/Expression/tests/test_option.py:21:53 - error: "Some" is imported more than once (reportDuplicateImport)
- 298 errors, 0 warnings, 0 notes 
+ 301 errors, 0 warnings, 0 notes 

@DetachHead DetachHead merged commit 7194174 into main Feb 15, 2024
10 checks passed
@DetachHead DetachHead deleted the fix-reportDuplicateImport branch February 15, 2024 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants