From 2a7d50eb22f0c8284a097a8409223f05d3295eaf Mon Sep 17 00:00:00 2001 From: dece Date: Wed, 23 Dec 2020 21:05:48 +0100 Subject: [PATCH] lint --- 2020/day16.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/2020/day16.py b/2020/day16.py index 059e049..bd6c81d 100644 --- a/2020/day16.py +++ b/2020/day16.py @@ -1,7 +1,5 @@ import sys -from collections import defaultdict from functools import reduce -from itertools import permutations def main():