Skip to content

Commit

Permalink
[iotaledger#145] Maintain PEP-8 on develop branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
todofixthis committed Jun 28, 2018
1 parent 1100de6 commit d1d3646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions iota/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

from six import with_metaclass

from iota import AdapterSpec, Address, ProposedTransaction, Tag, \
BundleHash, TransactionHash, TransactionTrytes, TryteString, TrytesCompatible
from iota import AdapterSpec, Address, BundleHash, ProposedTransaction, Tag, \
TransactionHash, TransactionTrytes, TryteString, TrytesCompatible
from iota.adapter import BaseAdapter, resolve_adapter
from iota.commands import BaseCommand, CustomCommand, core, \
discover_commands, extended
Expand Down
2 changes: 1 addition & 1 deletion iota/commands/core/find_transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import filters as f
from six import iteritems

from iota import Tag, TransactionHash, BundleHash
from iota import BundleHash, Tag, TransactionHash
from iota.commands import FilterCommand, RequestFilter, ResponseFilter
from iota.filters import AddressNoChecksum, Trytes

Expand Down

0 comments on commit d1d3646

Please sign in to comment.