Skip to content

Commit d87e7ea

Browse files
committed
Convert string to comment
1 parent 6a166bf commit d87e7ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

interpreter/core/respond.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ def respond(interpreter):
129129
elif (
130130
interpreter.offline == False and "not have access" in str(e).lower()
131131
):
132-
"""
133-
Check for invalid model in error message and then fallback.
134-
"""
132+
# Check for invalid model in error message and then fallback.
135133
if (
136134
"invalid model" in error_message
137135
or "model does not exist" in error_message

0 commit comments

Comments
 (0)