Skip to content

Commit

Permalink
How the hell did I manage to add tabs? :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sveder committed Nov 27, 2015
1 parent f4c160d commit 0676512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trello/board.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def __init__(self, client=None, board_id=None, organization=None, name=''):
self.client = organization.client
self.id = board_id
self.name = name
self.date_last_activity = None

self.date_last_activity = None

@classmethod
def from_json(cls, trello_client=None, organization=None, json_obj=None):
Expand Down

0 comments on commit 0676512

Please sign in to comment.