Skip to content

Commit 42724aa

Browse files
committed
ports/quectel: Python lint final fix.
1 parent 72f4c89 commit 42724aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/quectel/modules/_boot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
"""
2222
# global datacall_flag
2323
datacall_flag = 1
24+
25+
2426
def _repl_enable():
2527
global datacall_flag
2628
if "system_config.json" in uos.listdir("/"):
@@ -37,6 +39,7 @@ def _repl_enable():
3739
repl_data = ujson.dumps({"replFlag": 0})
3840
fd.write(repl_data)
3941

42+
4043
try:
4144
udev = None
4245
try:

0 commit comments

Comments
 (0)