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

Lines changed: 6 additions & 5 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy