Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Feb 14, 2024
1 parent 16f93ba commit d9601ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/iota_sdk/types/payload.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import dacite
from dataclasses import dataclass, field
from enum import IntEnum
from typing import Any, Optional, List, Union
from typing import Any, Optional, List, Union
from dacite import from_dict
from iota_sdk.types.common import HexStr
from iota_sdk.types.output import BasicOutput, AliasOutput, FoundryOutput, NftOutput
Expand Down

0 comments on commit d9601ab

Please sign in to comment.