From 4409762f24d12d3ed83bfc8bde2b14cb3416a84e Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Sun, 23 Dec 2018 13:00:25 -0700 Subject: [PATCH] functools annoys pyflakes --- bin/deepstate/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/deepstate/common.py b/bin/deepstate/common.py index 52599c5..453d305 100644 --- a/bin/deepstate/common.py +++ b/bin/deepstate/common.py @@ -20,7 +20,6 @@ import argparse import md5 import os import struct -import functools class TestInfo(object):