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

Pass mypy and link issues #28

Merged
merged 1 commit into from
Sep 21, 2024
Merged

Conversation

@jaraco jaraco merged commit 00bcfc0 into jaraco:main Sep 21, 2024
14 of 16 checks passed
@Avasam Avasam deleted the Pass-mypy-and-link-issues branch September 21, 2024 17:59
Comment on lines -7 to +9
res = WNetAddConnection2(resource, UserName=username)
res = WNetAddConnection2(resource, UserName=username) # type: ignore[func-returns-value] # python/typeshed#12595
print('first result is', res)
res = WNetAddConnection2(resource, UserName=username)
res = WNetAddConnection2(resource, UserName=username) # type: ignore[func-returns-value] # python/typeshed#12595
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This file has been removed by c5cfffb anyway, but for posterity I wanna say that WNetAddConnection2 never actually returns anything anyway.

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