From 1b51901051672347faf00621937066b0f9ba62c6 Mon Sep 17 00:00:00 2001 From: josiah Date: Thu, 29 Apr 2021 18:00:54 -0500 Subject: [PATCH] Address linting concerns. --- warren/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warren/app.py b/warren/app.py index e99e1d0..2f19a45 100644 --- a/warren/app.py +++ b/warren/app.py @@ -37,7 +37,7 @@ def init_new_db(dbpath): You can specify your own dbpath, or you can use the default dbpath.""" - # TODO: write directory handling shit + # directory handling will go here # handle the DB stuff conn = None