Skip to content

Commit

Permalink
Update card.py
Browse files Browse the repository at this point in the history
  • Loading branch information
x0152 authored Mar 11, 2020
1 parent f38734d commit 2d7cbc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions trello/card.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ def fetch(self, eager=True):

self._customFields = self.fetch_custom_fields(json_obj=json_obj)
self._plugin_data = self.fetch_plugin_data() if eager else None
self._checklists = self.
sts() if eager else None
self._checklists = self.fetch_checklists() if eager else None
self._comments = self.fetch_comments() if eager else None
self._attachments = self.fetch_attachments() if eager else None

Expand Down

0 comments on commit 2d7cbc8

Please sign in to comment.