From 35b80575b66e2003d663899ae3dab5762899e2b8 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Thu, 28 Apr 2016 11:05:05 -0400 Subject: [PATCH] remove reference to unused statfiles --- tldp/outputs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tldp/outputs.py b/tldp/outputs.py index 39fd321..7990fd6 100644 --- a/tldp/outputs.py +++ b/tldp/outputs.py @@ -11,7 +11,7 @@ import codecs import logging from tldp.ldpcollection import LDPDocumentCollection -from tldp.utils import logdir, statfiles +from tldp.utils import logdir logger = logging.getLogger(__name__)