Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Sep 23, 2024
1 parent 0424ef5 commit df1ea9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comtypes/safearray.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class _(object):
_itemtype_ = itemtype # a ctypes type
_vartype_ = vartype # a VARTYPE value: VT_...
_needsfree = False
_type_ = sa_type
_type_ = itemtype

@classmethod
def create(cls, value, extra=extra):
Expand Down

0 comments on commit df1ea9e

Please sign in to comment.