Skip to content

Commit

Permalink
Format the import block in server/automation.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Feb 2, 2025
1 parent 01e5704 commit 2c8dca1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions comtypes/server/automation.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import logging

from ctypes import *
from comtypes.hresult import *

from comtypes import COMObject, IUnknown
from comtypes.automation import IDispatch, IEnumVARIANT
from comtypes.hresult import *

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 2c8dca1

Please # to comment.