Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
Prev Previous commit
Next Next commit
Fix for flake8 adding one line
  • Loading branch information
laurauzcategui committed Oct 31, 2016
commit 26351f5c3e8be15192068dd561cd4e881e0c5616
1 change: 1 addition & 0 deletions exercises/binary-search-tree/binary_search_tree_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from binary_search_tree import BST


class BSTTests(unittest.TestCase):
def setUp(self):
self.tree = BST(4)
Expand Down