mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Fix TypeError with insertion sort challenge (#233)
This commit is contained in:
parent
d898520439
commit
ba3ec6f492
|
@ -82,7 +82,7 @@
|
|||
"source": [
|
||||
"class InsertionSort(object):\n",
|
||||
"\n",
|
||||
" def sort(data):\n",
|
||||
" def sort(self, data):\n",
|
||||
" # TODO: Implement me\n",
|
||||
" pass"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user