Skip to content

Commit 44e17e2

Browse files
committed
Formatting
1 parent cd39c9d commit 44e17e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/geofence.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
1212
"""
1313

14+
1415
async def run():
1516

1617
# Connect to the Simulation
@@ -48,6 +49,7 @@ async def run():
4849

4950
print("Geofence uploaded!")
5051

52+
5153
if __name__ == "__main__":
5254
loop = asyncio.get_event_loop()
5355
loop.run_until_complete(run())

0 commit comments

Comments
 (0)