Skip to content

Commit b461f51

Browse files
committed
Unused import
1 parent 01bbd97 commit b461f51

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

charla/chat.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import argparse
2-
import html
32
import json
43
import re
54
import sys
@@ -228,4 +227,4 @@ def terminate(chat_file: Path, api_client: client.Client) -> None:
228227
save(chat_file, api_client)
229228

230229
ui.print_html('<ansigreen>Exiting program.</ansigreen>')
231-
sys.exit()
230+
sys.exit()

0 commit comments

Comments
 (0)