Skip to content

Commit d3a46fd

Browse files
committed
Removed useless & obsoletelibrary
1 parent a981770 commit d3a46fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

2020/23-Crab Cups.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
from collections import Counter, deque, defaultdict
44

55
from compass import *
6-
from simply_linked_list import *
6+
7+
# from simply_linked_list import *
78

89

910
# This functions come from https://github.com/mcpower/adventofcode - Thanks!

0 commit comments

Comments
 (0)