Skip to content

Commit 6f9b711

Browse files
author
brentru
committed
update black/lint
1 parent 4730f07 commit 6f9b711

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FONA_SMS_Sensor/code.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@
5757
elif message in ["pres", "pressure", "p"]:
5858
response = "Pressure: %0.1f hPa" % pres
5959
elif message in ["status", "s"]:
60-
response = "Temperature: {0:.2f}C\nHumidity: {1:.1f}% \
61-
Pressure: {2:.1f}hPa".format(
60+
response = "Temperature: {0:.2f}C\nHumidity: {1:.1f}%Pressure: {2:.1f}hPa".format(
6261
temp, humid, pres
6362
)
6463
elif message in ["help"]:

0 commit comments

Comments
 (0)