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

Commit 687f68f

Browse files
committed
[#145] Reformatted transaction package for PEP-8.
1 parent ac0a6e4 commit 687f68f

File tree

7 files changed

+975
-887
lines changed

7 files changed

+975
-887
lines changed

iota/crypto/signing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
__all__ = [
1717
'KeyGenerator',
1818
'KeyIterator',
19+
'normalize',
1920
'SignatureFragmentGenerator',
2021
'validate_signature_fragments',
2122
]

iota/transaction/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding=utf-8
22
from __future__ import absolute_import, division, print_function, \
3-
unicode_literals
3+
unicode_literals
44

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

0 commit comments

Comments
 (0)