Skip to content

Commit 849b0a4

Browse files
authored
Merge pull request #152 from ibaiGorordo/main
Fix image_from_key without arguments
2 parents 904942b + 531bb94 commit 849b0a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mapillary/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ def feature_from_key(key: str, fields: list = []) -> str:
904904

905905

906906
@auth()
907-
def image_from_key(key: str, fields: list = None) -> str:
907+
def image_from_key(key: str, fields: list = []) -> str:
908908
"""
909909
Gets an image for the given key argument
910910

0 commit comments

Comments
 (0)