Skip to content

Commit 90e73a9

Browse files
committed
lint error fix
1 parent 6bbee2d commit 90e73a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_tkinter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ Tkapp_Call(PyObject *selfptr, PyObject *args)
15901590
Tkapp_CallDeallocArgs(objv, objStore, objc);
15911591

15921592
ENTER_OVERLAP
1593-
1593+
15941594
}
15951595
LEAVE_OVERLAP_TCL
15961596
}

0 commit comments

Comments
 (0)