Skip to content

Commit 70bd41e

Browse files
committed
Minor code style fixes.
1 parent 0f83d92 commit 70bd41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shorty.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ class Service(object):
100100

101101
def shrink(self, bigurl):
102102
"""Take a big url and make it smaller"""
103-
104103
return None
105104

106105
def expand(self, tinyurl):
106+
"""Take a tiny url and make it bigger"""
107107
return get_redirect(tinyurl)
108108

109109
""" Services """

0 commit comments

Comments
 (0)