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

Commit

Permalink
Progressive PEP-8 migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
todofixthis committed Jun 10, 2018
1 parent 850d31d commit cca655f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions iota/commands/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
Core commands are defined by the node API.
References:
- https://iota.readme.io/docs/getting-started
- https://iota.readme.io/docs/getting-started
"""

from __future__ import absolute_import, division, print_function, \
unicode_literals

unicode_literals

from .add_neighbors import *
from .attach_to_tangle import *
Expand Down
6 changes: 3 additions & 3 deletions iota/commands/extended/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
additional functionality such as address generation and signatures.
References:
- https://github.com/iotaledger/wiki/blob/master/api-proposal.md
- ht§tps://github.com/iotaledger/wiki/blob/master/api-proposal.md
"""

from __future__ import absolute_import, division, print_function, \
unicode_literals

unicode_literals

from .broadcast_and_store import *
from .get_account_data import *
Expand Down

0 comments on commit cca655f

Please sign in to comment.