Skip to content

Commit a79c43a

Browse files
committed
Pylint tweak
1 parent c2b93cc commit a79c43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basicPWM.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class basicPWM:
3636
def __init__(self):
3737
self.active = False
3838

39-
def startup(self, _period=10000, dutyCycle=0):
39+
def startup(self, _period=10000, dutyCycle=0): # pylint: disable=unused-argument
4040
self.active = True
4141

4242
def update(self, dutyCycle=0):

0 commit comments

Comments
 (0)