Skip to content

Commit

Permalink
Merge pull request arrow-py#373 from crsmithdev/andrewelkins-patch-2
Browse files Browse the repository at this point in the history
Remove duplicate code
  • Loading branch information
andrewelkins authored Nov 27, 2016
2 parents 8ee67d9 + aef1ce0 commit e5fa365
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arrow/arrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,8 +754,6 @@ def __eq__(self, other):
if not isinstance(other, (Arrow, datetime)):
return False

other = self._get_datetime(other)

return self._datetime == self._get_datetime(other)

def __ne__(self, other):
Expand Down

0 comments on commit e5fa365

Please sign in to comment.