Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pradhanpk committed Apr 4, 2016
1 parent 345368c commit 9ba70f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ def __eq__(self, other):
return self._key() == other._key()

def __hash__(self):
return hash(self.__key())
return hash(self._key())

def command(
self,
Expand Down

0 comments on commit 9ba70f3

Please sign in to comment.