Skip to content

Commit b672353

Browse files
authored
Make linter happy
1 parent 6d18d2f commit b672353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_tkinter/test_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test_all(self):
113113
indices = result.split()
114114
self.assertGreaterEqual(len(indices), 2)
115115
self.assertTrue(all(isinstance(i, str) for i in indices))
116-
116+
117117
def test_overlap(self):
118118
result = self.text.search('test', '1.0', 'end', all=True, overlap=True)
119119
indices = result.split()

0 commit comments

Comments
 (0)