Skip to content

Commit 193adac

Browse files
committed
linting fix
1 parent b0babcf commit 193adac

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

micropython/examples/cosmic_unicorn/audio/audio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def __init__(self, id, sck_pin, ws_pin, sd_pin, ibuf_len=INTERNAL_BUFFER_LENGTH,
6262
self.__tone_samples = None
6363
self.__queued_samples = None
6464

65-
6665
def set_root(self, root):
6766
self.__root = root.rstrip("/") + "/"
6867

micropython/examples/galactic_unicorn/audio/audio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def __init__(self, id, sck_pin, ws_pin, sd_pin, ibuf_len=INTERNAL_BUFFER_LENGTH,
6262
self.__tone_samples = None
6363
self.__queued_samples = None
6464

65-
6665
def set_root(self, root):
6766
self.__root = root.rstrip("/") + "/"
6867

micropython/examples/stellar_unicorn/audio/audio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def __init__(self, id, sck_pin, ws_pin, sd_pin, ibuf_len=INTERNAL_BUFFER_LENGTH,
6262
self.__tone_samples = None
6363
self.__queued_samples = None
6464

65-
6665
def set_root(self, root):
6766
self.__root = root.rstrip("/") + "/"
6867

0 commit comments

Comments
 (0)