summaryrefslogtreecommitdiff
path: root/ick_controller.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-24 17:32:26 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-24 18:19:31 +0300
commit6048e6025dc68214cc2732f6fdd713d0b66aa1c2 (patch)
treef4cff634ce8b05fad505b8a942fda3a9394505b0 /ick_controller.py
parent22ceeee6790b00fdaf39d30f10979a454f0a2ea4 (diff)
downloadick2-6048e6025dc68214cc2732f6fdd713d0b66aa1c2.tar.gz
Add: run pep8 on Python sources
Diffstat (limited to 'ick_controller.py')
-rw-r--r--ick_controller.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ick_controller.py b/ick_controller.py
index 5fc44c5..0957ae6 100644
--- a/ick_controller.py
+++ b/ick_controller.py
@@ -15,7 +15,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
import os
@@ -29,6 +28,8 @@ import ick2
transactions = slog.Counter()
+
+
def counter():
return 'HTTP transaction {}'.format(transactions.increment())