mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-05 18:27:22 +01:00
Small flake8 fixes
This commit is contained in:
parent
446c54cf8d
commit
da342af7ed
2 changed files with 1 additions and 3 deletions
|
@ -98,7 +98,6 @@ class TestCallbackContext(object):
|
||||||
assert callback_context.update_queue is cdp.update_queue
|
assert callback_context.update_queue is cdp.update_queue
|
||||||
|
|
||||||
def test_match(self, cdp):
|
def test_match(self, cdp):
|
||||||
|
|
||||||
callback_context = CallbackContext(cdp)
|
callback_context = CallbackContext(cdp)
|
||||||
|
|
||||||
assert callback_context.match is None
|
assert callback_context.match is None
|
||||||
|
@ -106,4 +105,3 @@ class TestCallbackContext(object):
|
||||||
callback_context.matches = ['test', 'blah']
|
callback_context.matches = ['test', 'blah']
|
||||||
|
|
||||||
assert callback_context.match == 'test'
|
assert callback_context.match == 'test'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue