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

Commit a74ec33

Browse files
committed
[#145] Reformatted API module for PEP-8 🤕
1 parent 687f68f commit a74ec33

File tree

2 files changed

+1002
-912
lines changed

2 files changed

+1002
-912
lines changed

‎iota/__init__.py

Lines changed: 1 addition & 2 deletions
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
# Define a few magic constants.
66
DEFAULT_PORT = 14265
@@ -27,7 +27,6 @@
2727
'Pi': 1000000000000000
2828
}
2929

30-
3130
# Activate codecs.
3231
from .codecs import *
3332

0 commit comments

Comments
 (0)