Skip to content

Commit b791c63

Browse files
author
Juan Tirado
committed
Fix linting.
1 parent 2c4f25e commit b791c63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/fullstatus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from juju import jasyncio
22
from juju.model import Model
33

4+
45
async def status():
56
model = Model()
67
await model.connect()
@@ -14,6 +15,5 @@ async def status():
1415

1516
return status
1617

17-
1818
if __name__ == '__main__':
1919
jasyncio.run(status())

0 commit comments

Comments
 (0)