summaryrefslogtreecommitdiffstats
path: root/20
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-12-09 08:03:27 +0100
committerGustav Sörnäs <gustav@sornas.net>2020-12-09 08:03:27 +0100
commitf380d54947a4e0d8d3418fb8a52ecbc47aef980c (patch)
tree2b0d0b431c846e2715649879582be5918436e1a2 /20
parent15a72a4f3a6e7b9276f3f501f3d29ee2d92666eb (diff)
downloadaoc-f380d54947a4e0d8d3418fb8a52ecbc47aef980c.tar.gz
remove time imports
Diffstat (limited to '20')
-rw-r--r--20/py/d07.py1
-rw-r--r--20/py/d08.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/20/py/d07.py b/20/py/d07.py
index f96c796..775b7c8 100644
--- a/20/py/d07.py
+++ b/20/py/d07.py
@@ -2,7 +2,6 @@
import sys
import regex as re
import functools
-import time
class Node:
diff --git a/20/py/d08.py b/20/py/d08.py
index 4ebee03..d435ea2 100644
--- a/20/py/d08.py
+++ b/20/py/d08.py
@@ -1,6 +1,5 @@
#!/usr/bin/env python3
import sys
-import time
def parse(prog):