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

Commit

Permalink
[#145] Reformatted transaction package for PEP-8.
Browse files Browse the repository at this point in the history
  • Loading branch information
todofixthis committed Jun 15, 2018
1 parent ac0a6e4 commit 687f68f
Show file tree
Hide file tree
Showing 7 changed files with 975 additions and 887 deletions.
1 change: 1 addition & 0 deletions iota/crypto/signing.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
__all__ = [
'KeyGenerator',
'KeyIterator',
'normalize',
'SignatureFragmentGenerator',
'validate_signature_fragments',
]
Expand Down
2 changes: 1 addition & 1 deletion iota/transaction/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding=utf-8
from __future__ import absolute_import, division, print_function, \
unicode_literals
unicode_literals

# Import symbols to package namespace, for backwards-compatibility with
# PyOTA 1.1.x.
Expand Down

0 comments on commit 687f68f

Please sign in to comment.