Skip to content

Commit 7809d3c

Browse files
committed
test: trigger CI on fork for #154357
1 parent bfd774d commit 7809d3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_tkinter/test_simpledialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def open(self, query, **kw):
444444
d.focus_force()
445445
d.update()
446446
return d
447-
447+
# Temporary commit to trigger CI testing
448448
def enter(self, d, value, key='<Return>'):
449449
d.entry.delete(0, 'end')
450450
d.entry.insert(0, value)

0 commit comments

Comments
 (0)