removed unused 'win32api' import

This commit is contained in:
Jakub Trllo 2024-04-10 13:50:53 +02:00
parent 0bf6be0fc4
commit acdafb0a90
2 changed files with 0 additions and 2 deletions

View file

@ -139,7 +139,6 @@ class InstallPySideToBlender(PreLaunchHook):
administration rights.
"""
try:
import win32api
import win32con
import win32process
import win32event

View file

@ -85,7 +85,6 @@ class InstallPySideToFusion(PreLaunchHook):
administration rights.
"""
try:
import win32api
import win32con
import win32process
import win32event