Skip to content

Commit

Permalink
Merge pull request #152 from ibaiGorordo/main
Browse files Browse the repository at this point in the history
Fix image_from_key without arguments
  • Loading branch information
Rubix982 authored Aug 7, 2023
2 parents 904942b + 531bb94 commit 849b0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapillary/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ def feature_from_key(key: str, fields: list = []) -> str:


@auth()
def image_from_key(key: str, fields: list = None) -> str:
def image_from_key(key: str, fields: list = []) -> str:
"""
Gets an image for the given key argument
Expand Down

0 comments on commit 849b0a4

Please sign in to comment.