Fix additional lint
This commit is contained in:
+2
-2
@@ -22,8 +22,8 @@ async def deployed(filter=None):
|
||||
def main():
|
||||
# Run the deploy coroutine in an asyncio event loop, using a helper
|
||||
# that abstracts loop creation and teardown.
|
||||
print("Current applications: {}".format( ", ".join(loop.run(deployed()))))
|
||||
print("Current applications: {}".format(", ".join(loop.run(deployed()))))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user