Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
krishung5 committed Mar 6, 2023
1 parent 07ade61 commit 6cfc746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/python_models/bls/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def test_multiprocess(self):
func_name = bls_add_sub

pool = Pool(10)
pool.map(func_name, [1,2,3,4,5,6,7,8,9,10])
pool.map(func_name, [1, 2, 3, 4, 5, 6, 7, 8, 9, 10])
pool.close()
pool.join()

Expand Down

0 comments on commit 6cfc746

Please sign in to comment.