mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-23 15:00:40 +01:00
fix pep8
This commit is contained in:
parent
1dc9907a70
commit
cbcbfab45f
2 changed files with 3 additions and 4 deletions
|
@ -53,7 +53,6 @@ class UpdateQueue(Queue):
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
context (boolean): set true to get (update, context)
|
context (boolean): set true to get (update, context)
|
||||||
|
|
||||||
"""
|
"""
|
||||||
if not context:
|
if not context:
|
||||||
return Queue.get(self, block, timeout)[0]
|
return Queue.get(self, block, timeout)[0]
|
||||||
|
|
Loading…
Reference in a new issue