make pylint happy
This commit is contained in:
parent
dce0b28cf4
commit
58f4369a7e
@ -10,6 +10,7 @@ QUBESD_SOCK = '/var/run/qubesd.sock'
|
||||
try:
|
||||
asyncio.ensure_future
|
||||
except AttributeError:
|
||||
# pylint: disable=no-member
|
||||
asyncio.ensure_future = asyncio.async
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
|
Loading…
Reference in New Issue
Block a user