We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf087db commit 430bbdcCopy full SHA for 430bbdc
1 file changed
comtypes/client/_generate.py
@@ -15,8 +15,6 @@
15
16
logger = logging.getLogger(__name__)
17
18
-PATH = os.environ["PATH"].split(os.pathsep)
19
-
20
21
def _my_import(fullname: str) -> types.ModuleType:
22
"""helper function to import dotted modules"""
0 commit comments