mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-29 15:49:02 +01:00
fix pep8 extra lines
This commit is contained in:
parent
713f0d1335
commit
702544f709
3 changed files with 0 additions and 3 deletions
|
@ -38,7 +38,6 @@ class ForceReplyTest(BaseTest, unittest.TestCase):
|
|||
self.json_dict = {
|
||||
'force_reply': self.force_reply,
|
||||
'selective': self.selective,
|
||||
|
||||
}
|
||||
|
||||
def test_send_message_with_force_reply(self):
|
||||
|
|
|
@ -38,7 +38,6 @@ class ReplyKeyboardHideTest(BaseTest, unittest.TestCase):
|
|||
self.json_dict = {
|
||||
'hide_keyboard': self.hide_keyboard,
|
||||
'selective': self.selective,
|
||||
|
||||
}
|
||||
|
||||
def test_send_message_with_reply_keyboard_hide(self):
|
||||
|
|
|
@ -42,7 +42,6 @@ class ReplyKeyboardMarkupTest(BaseTest, unittest.TestCase):
|
|||
'resize_keyboard': self.resize_keyboard,
|
||||
'one_time_keyboard': self.one_time_keyboard,
|
||||
'selective': self.selective,
|
||||
|
||||
}
|
||||
|
||||
def test_send_message_with_reply_keyboard_markup(self):
|
||||
|
|
Loading…
Reference in a new issue