You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In jaraco/path#239, I was cajoled into adding types-pywin32 to the test suite, but after doing so, the mypy checks started failing in the call to LookupAccountSid.
The docs say None is a valid input for that call, and that's what path pie does.