Remove a redundant initializer of InvalidUnicodeAction in the tests

Change-Id: I6c8ed048cbce177451bcd78e95bfce50ad2ed3c4
This commit is contained in:
Renat Akhmerov 2018-03-14 15:16:24 +07:00
parent c9139ef7c9
commit e011feb224
1 changed files with 0 additions and 3 deletions

View File

@ -32,9 +32,6 @@ cfg.CONF.set_default('auth_enable', False, group='pecan')
class InvalidUnicodeAction(actions_base.Action):
def __init__(self):
pass
def run(self, context):
return b'\xf8'