Skip to content

Commit 7a3c998

Browse files
committed
removed foreign_key()
1 parent 5a7b748 commit 7a3c998

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

inflection.py

-4
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,6 @@ def dasherize(word):
178178
return word.replace('_', '-')
179179

180180

181-
def foreign_key():
182-
pass
183-
184-
185181
def humanize(word):
186182
"""
187183
Capitalize the first word and turn underscores into spaces and strip a

0 commit comments

Comments
 (0)