Skip to content

Commit

Permalink
fix: the issues 90
Browse files Browse the repository at this point in the history
  • Loading branch information
xgqfrms authored May 16, 2023
1 parent 261a183 commit b092f90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adafruit_dht.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def __init__(
def exit(self) -> None:
"""Cleans up the PulseIn process. Must be called explicitly"""
if self._use_pulseio:
print("De-initializing self.pulse_in")
self.pulse_in.deinit()

def _pulses_to_binary(self, pulses: array.array, start: int, stop: int) -> int:
Expand Down

0 comments on commit b092f90

Please sign in to comment.