Explorar o código

whitespace fix

Jason Rumney %!s(int64=2) %!d(string=hai) anos
pai
achega
333d75b85a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/devices/test_inkbird_sousvide.py

+ 1 - 1
tests/devices/test_inkbird_sousvide.py

@@ -123,7 +123,7 @@ class TestInkbirdSousVideCooker(
 
     def test_temperature_unit(self):
         self.assertEqual(self.subject.temperature_unit, UnitOfTemperature.CELSIUS)
- 
+
     def test_current_temperature(self):
         self.dps[CURRENTTEMP_DPS] = 522
         self.assertEqual(self.subject.current_temperature, 52.2)