Skip to content

Commit 7159f2c

Browse files
committed
Remove docstring in setter
1 parent 8d67b78 commit 7159f2c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_scd4x.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,6 @@ def temperature_offset(self) -> float:
305305

306306
@temperature_offset.setter
307307
def temperature_offset(self, offset: Union[int, float]) -> None:
308-
"""Equation used for calculation:
309-
word[0] = T_offset * ((2**16 -1) / 175)"""
310308
if offset > 374:
311309
raise AttributeError(
312310
"Offset value must be less than or equal to 374 degrees Celsius"

0 commit comments

Comments
 (0)