From a97a2953c84a59a42ad4ce726b9082e3b1add7e3 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Thu, 10 Sep 2015 18:11:31 +0200 Subject: [PATCH] ghlister: remove unused constant CACHE_DIR since quite a while cache dir is set via the conffile only --- bin/ghlister | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/ghlister b/bin/ghlister index 594d499..6ebc774 100755 --- a/bin/ghlister +++ b/bin/ghlister @@ -23,10 +23,6 @@ DEFAULT_CONF = { } -# where to store raw json answers, for further processing/re-injection -CACHE_DIR = 'cache' - - def db_connect(db_url): engine = create_engine(db_url) Session = sessionmaker(bind=engine)