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