Skip to content

Commit 986f736

Browse files
committed
pylint fixes
1 parent ce4c56b commit 986f736

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Fruit_Jam/Larsio_Paint_Music/sound_manager.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ def __init__(self, audio_output="pwm", seconds_per_eighth=0.25):
6565
# Setup PWM audio output on D10
6666
self.audio = audiopwmio.PWMAudioOut(board.D10)
6767
else: # i2s
68-
# optional configuration file for speaker/headphone setting, check current and root directory
68+
# optional configuration file for speaker/headphone setting
69+
# check current directory first and then root directory
6970
launcher_config = {}
7071
if pathlib.Path("launcher.conf.json").exists():
7172
with open("launcher.conf.json", "r") as f:

Metro/Metro_RP2350_Chips_Challenge/definitions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# SPDX-License-Identifier: MIT
44
import json
5+
import time
56
import board
67
from micropython import const
78
import adafruit_pathlib as pathlib

0 commit comments

Comments
 (0)