Skip to content

Commit

Permalink
Merge pull request #91 from xgqfrms/main
Browse files Browse the repository at this point in the history
fix: the issues 90
  • Loading branch information
tekktrik authored May 16, 2023
2 parents 261a183 + b092f90 commit 0d31e09
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 0d31e09

Please sign in to comment.