fix pep8 extra lines

This commit is contained in:
Juan Madurga 2016-01-26 23:58:07 +01:00
parent 713f0d1335
commit 702544f709
3 changed files with 0 additions and 3 deletions

View file

@ -38,7 +38,6 @@ class ForceReplyTest(BaseTest, unittest.TestCase):
self.json_dict = { self.json_dict = {
'force_reply': self.force_reply, 'force_reply': self.force_reply,
'selective': self.selective, 'selective': self.selective,
} }
def test_send_message_with_force_reply(self): def test_send_message_with_force_reply(self):

View file

@ -38,7 +38,6 @@ class ReplyKeyboardHideTest(BaseTest, unittest.TestCase):
self.json_dict = { self.json_dict = {
'hide_keyboard': self.hide_keyboard, 'hide_keyboard': self.hide_keyboard,
'selective': self.selective, 'selective': self.selective,
} }
def test_send_message_with_reply_keyboard_hide(self): def test_send_message_with_reply_keyboard_hide(self):

View file

@ -42,7 +42,6 @@ class ReplyKeyboardMarkupTest(BaseTest, unittest.TestCase):
'resize_keyboard': self.resize_keyboard, 'resize_keyboard': self.resize_keyboard,
'one_time_keyboard': self.one_time_keyboard, 'one_time_keyboard': self.one_time_keyboard,
'selective': self.selective, 'selective': self.selective,
} }
def test_send_message_with_reply_keyboard_markup(self): def test_send_message_with_reply_keyboard_markup(self):