Skip to content

Commit ad7bf06

Browse files
Fix PEP8 code F811 by removing overwritten definition
1 parent ece8d18 commit ad7bf06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cf/constructlist.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ def __ne__(self, other):
240240
insert = list.insert
241241
pop = list.pop
242242
reverse = list.reverse
243-
sort = list.sort
244243

245244
# ----------------------------------------------------------------
246245
# Methods

0 commit comments

Comments
 (0)