Skip to content

Commit

Permalink
[iotaledger#145] Reformatted API module for PEP-8 🤕
Browse files Browse the repository at this point in the history
  • Loading branch information
todofixthis committed Jun 15, 2018
1 parent 6f9624d commit f0b506d
Show file tree
Hide file tree
Showing 2 changed files with 1,002 additions and 912 deletions.
3 changes: 1 addition & 2 deletions iota/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding=utf-8
from __future__ import absolute_import, division, print_function, \
unicode_literals
unicode_literals

# Define a few magic constants.
DEFAULT_PORT = 14265
Expand All @@ -27,7 +27,6 @@
'Pi': 1000000000000000
}


# Activate codecs.
from .codecs import *

Expand Down
Loading

0 comments on commit f0b506d

Please sign in to comment.