Skip to content

Commit c8968c3

Browse files
committed
Removed trailing whitespaces
1 parent 4a67de5 commit c8968c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/arguments/utility.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def get_ans(self, questions_list):
9696
SearchError("Search Failed", "Try connecting to the internet")
9797
sys.exit()
9898
json_ques_data = resp.json()
99-
"""
99+
"""
100100
Store the received questions data into the following data format:
101101
list( list( question_title, question_link, question_id ) )
102102
"""
@@ -163,7 +163,7 @@ def get_ans(self, questions_list):
163163

164164
console.rule("[bold blue]", style="bold red", align="right")
165165
# Asks the user for next question number. Makes it the active question and loop restarts
166-
while True:
166+
while True:
167167
posx = int(input("Enter the question number you want to view (Press 0 to quit): ")) - 1
168168
if (posx == -1):
169169
return

0 commit comments

Comments
 (0)