Skip to content

Commit 58d0439

Browse files
committed
Fix typo
1 parent 5ecfb73 commit 58d0439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyPortal_AlarmClock/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"""
1414

1515
#pylint:disable=redefined-outer-name,no-member,global-statement,no-self-use
16-
#pyline:disable=too-many-branches,too-many-statements,useless-super-delegation
16+
#pylint:disable=too-many-branches,too-many-statements,useless-super-delegation
1717

1818
import time
1919
import json

0 commit comments

Comments
 (0)