Skip to content

Commit a17f49d

Browse files
committed
ucloud: code lint
1 parent 0458875 commit a17f49d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/arduino_iot_cloud/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
b"f612f28123ee92d55b5bfb11d7ecec3f86c5a767"
3030
)
3131

32+
3233
class Location(ArduinoCloudObject):
3334
def __init__(self, name, **kwargs):
3435
super().__init__(name, keys={"lat", "lon"}, **kwargs)

0 commit comments

Comments
 (0)