minor changes

This commit is contained in:
gcarq
2017-05-21 16:52:36 +02:00
parent 4859bf18a3
commit 0949f54c7d
3 changed files with 4 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import logging
from datetime import timedelta
import arrow
from telegram.error import NetworkError, BadRequest
from telegram.error import NetworkError
from telegram.ext import CommandHandler, Updater
from telegram import ParseMode, Bot, Update
from wrapt import synchronized