From 52d823cf472e20871308afd80d2ce4d365796762 Mon Sep 17 00:00:00 2001 From: Gavan Fantom Date: Thu, 2 Dec 2021 14:56:02 +0000 Subject: [PATCH] Remove unnecessary inclusion of sqlite3 --- jlcchart/fetcher.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/jlcchart/fetcher.py b/jlcchart/fetcher.py index b6b5b5c..08df731 100644 --- a/jlcchart/fetcher.py +++ b/jlcchart/fetcher.py @@ -1,5 +1,3 @@ -import sqlite3 - import click from flask import current_app, g from flask.cli import with_appcontext