Skip to content

Commit fd4c021

Browse files
authored
style imported libs
1 parent 749f735 commit fd4c021

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/test_sorting.py

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
import unittest
22

3-
from allalgorithms.sorting import (bubble_sort,
4-
insertion_sort,
5-
merge_sort,
6-
selection_sort)
7-
3+
from allalgorithms.sorting import (
4+
bubble_sort,
5+
insertion_sort,
6+
merge_sort,
7+
selection_sort
8+
)
89

910
class TestSorting(unittest.TestCase):
1011
def test_merge_sort(self):

0 commit comments

Comments
 (0)