Skip to content

Commit

Permalink
update import sources
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Jun 14, 2024
1 parent b544204 commit 0770a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comtypes/_post_coinit/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from comtypes._idl_stuff import COMMETHOD # noqa
from comtypes import CLSCTX_SERVER, CLSCTX_LOCAL_SERVER, CLSCTX_REMOTE_SERVER
from comtypes import _ole32, oledll, DWORD
from comtypes import IUnknown
from comtypes._post_coinit.unknwn import IUnknown


def _is_object(obj):
Expand Down

0 comments on commit 0770a07

Please sign in to comment.