mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-01-24 06:38:20 -05:00
Revert "Add ignoring not having windll to mypy"
This reverts commit 55c7fcfd61e0391287e2717117da4fca03b77dec.
This commit is contained in:
@@ -1 +1 @@
|
||||
__path__: str = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
__path__: str = __import__('pkgutil').extend_path(__path__, __name__) # type: ignore
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import platform
|
||||
if platform.system().lower() == "windows":
|
||||
import sys
|
||||
if sys.platform == "win32":
|
||||
import logging
|
||||
import ctypes
|
||||
from ctypes.wintypes import LONG, HKEY, LPCWSTR, DWORD, BOOL, HANDLE, LPVOID
|
||||
|
||||
Reference in New Issue
Block a user