Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Fixing wrongly merged develop
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-k0 committed Jul 25, 2018
1 parent 904c729 commit 4a1181e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions examples/send_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,19 @@
Example script that shows how to use PyOTA to send a transfer to an address.
"""

from iota import Address, Iota, Tag, TryteString
from iota.transaction.creation import ProposedTransaction
from argparse import ArgumentParser
from six import text_type
from sys import argv

from address_generator import get_seed, output_seed
from iota import (
__version__,
Address,
Iota,
ProposedTransaction,
Tag,
TryteString,
)
from six import text_type
from address_generator import get_seed, output_seed
from iota.transaction.creation import ProposedTransaction


def main(address, depth, message, tag, uri, value):
Expand Down

0 comments on commit 4a1181e

Please sign in to comment.