Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Oct 9, 2023
1 parent ec15a13 commit 2f33cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/python/iota_sdk/types/burn.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ def as_dict(self) -> Dict[str, Any]:
The function `as_dict` converts an object's attributes into a dictionary, excluding any
attributes with a value of `None`, and converts a list of `nativeTokens` objects into a
dictionary with the `id` as the key and the `amount` as the value.
Returns:
a dictionary representation of the object's attributes.
"""
config = {k: v for k, v in self.__dict__.items() if v is not None}
Expand Down

0 comments on commit 2f33cab

Please sign in to comment.