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

Commit

Permalink
[#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 3ce90c0 commit ac0a6e4
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 *

0 comments on commit ac0a6e4

Please sign in to comment.