Skip to content

Commit c98073a

Browse files
committed
fix: pre-commit
1 parent 6c042ac commit c98073a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/ansys/tools/installer/main.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,13 @@ def _run_install_python(self, filename):
740740

741741

742742
def __restore_windows_dll_load():
743-
"""PyInstaller on Windows may break DLL loading. This function restores it."""
743+
"""Restore DLL loading on Windows.
744+
745+
Notes
746+
-----
747+
PyInstaller on Windows may break DLL loading.
748+
This function restores the DLL loading on Windows.
749+
"""
744750
import sys
745751

746752
LOG.debug(f"sys.platform: {sys.platform}")

0 commit comments

Comments
 (0)