Skip to content

Commit

Permalink
Merge pull request #16 from Ctri-The-Third/trello-insert-to-index
Browse files Browse the repository at this point in the history
Trello insert to index
  • Loading branch information
Ctri-The-Third authored Oct 12, 2022
2 parents d942943 + 5479008 commit 731291f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serviceHelpers/trello.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def get_all_cards_on_list(self, list_id):
return filtered_cards
#creates Key:value FOR - (for each Key, value in cards) BUT ONLY IF the list_id matches

def fetch_trello_cards(self):
def fetch_trello_cards(self) -> list:
"""returns all visible cards from the board"""
url = "https://api.trello.com/1/boards/%s/cards" % (self.board_id)
params = self._get_trello_params()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="hex-helpers",
version="2.7.0",
version="2.7.1",
description="A series of light helpers for `freshdesk`,`gmail`,`habitica`,`hue lights`,`jira`,`slack`,`trello`",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 731291f

Please sign in to comment.