Skip to content

Commit

Permalink
[iotaledger#145] Reformatted rest of multisig 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 6baa9af commit 9cc2028
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 222 deletions.
2 changes: 1 addition & 1 deletion iota/multisig/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding=utf-8
from __future__ import absolute_import, division, print_function, \
unicode_literals
unicode_literals

from .api import *
Loading

0 comments on commit 9cc2028

Please sign in to comment.