We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bbd97 commit b461f51Copy full SHA for b461f51
1 file changed
charla/chat.py
@@ -1,5 +1,4 @@
1
import argparse
2
-import html
3
import json
4
import re
5
import sys
@@ -228,4 +227,4 @@ def terminate(chat_file: Path, api_client: client.Client) -> None:
228
227
save(chat_file, api_client)
229
230
ui.print_html('<ansigreen>Exiting program.</ansigreen>')
231
- sys.exit()
+ sys.exit()
0 commit comments