Skip to content

Commit 2c6fc7c

Browse files
committed
Fix trailing whitespaces
1 parent f15830c commit 2c6fc7c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/arguments/utility.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ def get_ans(self, questions_list):
7575
This function prints the answer to the queries
7676
(question and tags) provided by the user. It does so
7777
in the following manner :
78-
79-
1) Takes in account only th first question id from the
78+
79+
1) Takes in account only th first question id from the
8080
list of question ids
81-
81+
8282
2) Tries to get a response from the url obtained by appending
83-
question id to the search_content_url variable
84-
83+
question id to the search_content_url variable
84+
8585
3) Use the data received from the above request and loop
86-
through it to print the answer
86+
through it to print the answer
8787
"""
8888
ans = []
8989
for questions in range(1):

0 commit comments

Comments
 (0)