EmersonSchindex
Results
1
issues of
EmersonSchindex
source: hashtable.py in [01_define_a_custom_hashtable_class](https://github.com/realpython/materials/tree/master/hashtable/01_hashtable_prototype/01_define_a_custom_hashtable_class) **Describe the bug** running the test throws an error for line self.values = capacity * [None] TypeError: cant multiply sequence by non-int of type ' NoneType'...