Skip to content

Commit 22d00f6

Browse files
committed
Removed unnecessary comments
1 parent 67e6f24 commit 22d00f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arguments/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def get_ans(self, questions_list):
145145

146146
console.print(output_text)
147147
# If the cache has no entry for the said question id, then downloads the answer
148-
# and makes an entry for it in the said format [Line 110] and restarts the loop.
148+
# and makes an entry for it in the said format and restarts the loop.
149149
else:
150150
try:
151151
resp = requests.get(

0 commit comments

Comments
 (0)