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
If OpenSlide Python is type-checked on Windows, os.add_dll_directory()
will exist and mypy will complain. Add an extra ignore to fix this. Mypy
understands conditionalizing on sys.platform but not on os.name, and we
want the latter because it exactly corresponds to whether the function
exists.
Signed-off-by: Benjamin Gilbert <[email protected]>
0 commit comments