Skip to content

Commit

Permalink
fixed duplicate base class
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Mar 23, 2020
1 parent d5bd338 commit 8a5dd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefun/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ class UndefinedSymbolError(NameError):
pass


class SourceUnavailable(IOError, OSError):
class SourceUnavailable(OSError):
"""
Exception raised by @compile_fun when the function source is not available (inspect.getsource raises an error)
"""
Expand Down

0 comments on commit 8a5dd3d

Please sign in to comment.