Skip to content

Commit

Permalink
Remove initialization of unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pamolloy committed Aug 7, 2013
1 parent c6ee31c commit 9055fc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion genutiv/noun.py
Expand Up @@ -12,7 +12,6 @@ def __init__(self, noun):
self.noun = noun
self.created = datetime.now()
self.updated = self.created
self.modified = self.created
self.gender = ''
self.sourceName = ''
self.sourceAddr = ''
Expand Down

0 comments on commit 9055fc8

Please sign in to comment.