Skip to content

Commit

Permalink
Fix python2 support (no annotations)
Browse files Browse the repository at this point in the history
  • Loading branch information
iksteen committed Sep 16, 2014
1 parent aa23339 commit 40ad8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trello/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def description(self):
return self.desc

@property
def date_last_activity(self) -> datetime:
def date_last_activity(self):
return self.dateLastActivity

@description.setter
Expand Down

0 comments on commit 40ad8cd

Please sign in to comment.