Skip to content

Commit

Permalink
Update src/chatdbg/util/exit_message.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas van Kempen <[email protected]>
  • Loading branch information
khlevin and nicovank authored Nov 13, 2024
1 parent b48b39d commit 997d1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chatdbg/util/exit_message.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
def print_exit_message(event=None) -> str:
def print_exit_message(*args: Any, **kwargs: Any) -> None:
print("Thank you for using ChatDBG!")
print("Share your success stories here: github.com/plasma-umass/ChatDBG/issues/53")

0 comments on commit 997d1ad

Please sign in to comment.