Skip to content

Commit

Permalink
introduce mypy issue and ci trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic committed May 4, 2023
1 parent 9a34fac commit 21530ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- "master"
- "develop"
- "trigger-mypy-if-pylint-fails"
schedule:
# Schedule events are triggered by whoever last changed the cron schedule
- cron: "5 0 * * *"
Expand Down
2 changes: 1 addition & 1 deletion sentinelhub/download/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def info(self) -> JsonDict:
return json.loads(decoded_string)

@property
def session_headers(self) -> Dict[str, str]:
def session_headers(self) -> Dict[int, str]:
"""Provides session authorization headers
:return: A dictionary with authorization headers.
Expand Down

0 comments on commit 21530ee

Please sign in to comment.