Skip to content

Commit

Permalink
remove "undefined" catch-all flag from a field
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic committed Nov 13, 2023
1 parent 7fbdcd7 commit 626a181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentinelhub/api/byoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ByocCollectionAdditionalData:
other_data: CatchAll = field(default_factory=dict)


@dataclass_json(letter_case=LetterCase.CAMEL, undefined=Undefined.INCLUDE)
@dataclass_json(letter_case=LetterCase.CAMEL)
@dataclass
class ByocCollection(BaseCollection):
"""Dataclass to hold BYOC collection data"""
Expand Down

0 comments on commit 626a181

Please sign in to comment.