Skip to content

Commit 45bb965

Browse files
Add new line at end of test file
1 parent 3bedfff commit 45bb965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_free_threading/test_maketrans_threading.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_maketrans_dict_concurrent_modification(self):
1111
number_of_attempts = 100
1212
for _ in range(number_of_iterations):
1313
d = {2000: 'a'}
14-
14+
1515
def work_iterator(dct):
1616
for i in range(number_of_attempts):
1717
str.maketrans(dct)
@@ -23,4 +23,4 @@ def work_iterator(dct):
2323
work_iterator,
2424
nthreads=5,
2525
args=(d,),
26-
)
26+
)

0 commit comments

Comments
 (0)