Skip to content

Commit

Permalink
2020 d9: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mebeim committed Dec 9, 2020
1 parent ab9488a commit c9d99fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 2020/solutions/day09.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python3

from utils import advent
from collections import deque

def two_sum(nums, target):
compls = set()
Expand Down

0 comments on commit c9d99fe

Please sign in to comment.