From 8ec38037866b0ef94ce96854ce4cd601dd454e57 Mon Sep 17 00:00:00 2001 From: aronwk-aaron Date: Fri, 10 Nov 2023 00:00:18 -0600 Subject: [PATCH] include ET --- app/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/commands.py b/app/commands.py index aad57b9..20434f8 100644 --- a/app/commands.py +++ b/app/commands.py @@ -15,7 +15,7 @@ from multiprocessing import Pool from functools import partial from sqlalchemy import func import time - +import xml.etree.ElementTree as ET @click.command("init_db") @click.argument('drop_tables', nargs=1)