Skip to content

Commit 7a0d967

Browse files
style: format code with autopep8
Format code with autopep8 This commit fixes the style issues introduced in c0b68a7 according to the output from Autopep8. Details: https://app.deepsource.com/gh/avinashkranjan/Amazing-Python-Scripts/transform/1a7c8615-544d-426a-8324-598d2ddd2dd3/
1 parent c0b68a7 commit 7a0d967

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Random Quote Generator/code.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
"The only thing standing between you and your goal is the story you keep telling yourself. - Jordan Belfort"
1515
]
1616

17+
1718
def generate_random_quote():
1819
return random.choice(inspirational_quotes)
1920

21+
2022
if __name__ == "__main__":
2123
print("Welcome to the Random Inspirational Quote Generator!")
2224
print("Here's your quote for today:")

0 commit comments

Comments
 (0)