Skip to content

Commit e9292fc

Browse files
style: format code with autopep8
Format code with autopep8 This commit fixes the style issues introduced in 36426bd according to the output from Autopep8. Details: https://app.deepsource.com/gh/avinashkranjan/Amazing-Python-Scripts/transform/31d6fd78-ac7b-4593-aa92-313a00e40c93/
1 parent 36426bd commit e9292fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AskUbuntu-Scraper/questions.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def getQuestions(self):
6565
json_data = json.dumps(questions_data)
6666
return json_data
6767
except ValueError:
68-
error_message = {"message": "No questions related to the topic found"}
68+
error_message = {
69+
"message": "No questions related to the topic found"}
6970
ejson = json.dumps(error_message)
7071
return ejson

0 commit comments

Comments
 (0)