Skip to content

Commit 4aeab98

Browse files
committed
fix white space on comment caught by pre-commit
1 parent f0fc734 commit 4aeab98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_pyportal/peripherals.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ def play_file(self, file_name, wait_to_finish=True):
160160
self._speaker_enable.value = False
161161

162162
def stop_play(self):
163-
"""Stops playing a wav file.
164-
"""
163+
"""Stops playing a wav file."""
165164
if self.wavfile is not None:
166165
self.wavfile.close()
167166
self._speaker_enable.value = False

0 commit comments

Comments
 (0)