Skip to content

Commit

Permalink
fix semantic error
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Jan 5, 2024
1 parent e915119 commit 7e8f6b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cat_win/tests/mocks/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class ErrorDefGen:
"""
generate a function that raises a specific error
"""
@staticmethod
def get_def(error: Exception):
"""
return a function that raises a specific error
Expand Down

0 comments on commit 7e8f6b8

Please sign in to comment.