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

Commit ac0a6e4

Browse files
committed
[#145] Reformatted rest of multisig package for PEP-8.
1 parent 3ce90c0 commit ac0a6e4

File tree

3 files changed

+252
-222
lines changed

3 files changed

+252
-222
lines changed

iota/multisig/__init__.py

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

55
from .api import *

0 commit comments

Comments
 (0)