PEP 8 clean-up.

This commit is contained in:
pieter
2015-07-01 22:34:40 +02:00
parent a03769adde
commit 2f8d1ad4ed
4 changed files with 19 additions and 17 deletions

View File

@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import print_function
import json
import time
import threading
@@ -209,4 +208,3 @@ class TeleBot:
:return:
"""
return apihelper.send_chat_action(self.token, chat_id, action)