Skip to content

Commit

Permalink
Removed unnecessary aliasing of OneDimensionalArray codezonediitj#161
Browse files Browse the repository at this point in the history
  • Loading branch information
ShebinJoseph committed Mar 17, 2020
1 parent fbbd987 commit 778247f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pydatastructs/linear_data_structures/arrays.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def fill(self, elem):
for i in range(self._size):
self._data[i] = elem

ODA = OneDimensionalArray

class DynamicArray(Array):
"""
Expand Down

0 comments on commit 778247f

Please sign in to comment.