Skip to content

Commit

Permalink
Flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Dec 14, 2016
1 parent 70cd3ff commit 0d427bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions greeking/latimes_ipsum.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# Objects
#


class Story(object):
"""
A boilerplate story.
Expand Down Expand Up @@ -75,6 +76,7 @@ def __init__(self, quote, source):
# Retrieval methods
#


def get_story():
"""
Returns a boiler plate story as an object.
Expand Down

0 comments on commit 0d427bb

Please sign in to comment.