Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 2 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /