Skip to content

Commit

Permalink
drop unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nut committed Aug 4, 2017
1 parent 74792b4 commit 23e0741
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scraper/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ class Utterance(Base):
type = Column(String)
text = Column(String)

@staticmethod
def from_dict(dictionary):
utterance = Utterance()
for key, value in dictionary.items():
setattr(utterance, key, value)
return utterance


class SpeechParser(object):
def __init__(self, lines):
Expand Down

0 comments on commit 23e0741

Please sign in to comment.