Skip to content

Commit

Permalink
Revert "Discard changes to com/win32com/server/exception.py"
Browse files Browse the repository at this point in the history
This reverts commit 1fee35a.
  • Loading branch information
Avasam committed Oct 23, 2024
1 parent 4a2f154 commit 52fa825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/win32com/server/exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Note that we derive from com_error, which derives from builtin Exception
# Also note that we don't support "self.args", as we don't support tuple-unpacking
class COMException(pythoncom.com_error):
class COMException(pythoncom.com_error): # type: ignore[misc] # Because of mypy_path, mypy doesn't use typeshed's pythoncom here
"""An Exception object that is understood by the framework.
If the framework is presented with an exception of type class,
Expand Down

0 comments on commit 52fa825

Please sign in to comment.