From 958d308bc8b5020b3758012f08c2f41e1ec0dfed Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Mon, 11 Jul 2022 11:35:26 -0400 Subject: [PATCH] removed unused imports --- ntclient/persistence/sql/nt/funcs.py | 3 +-- tests/test_cli.py | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ntclient/persistence/sql/nt/funcs.py b/ntclient/persistence/sql/nt/funcs.py index 89919dc..7c042af 100644 --- a/ntclient/persistence/sql/nt/funcs.py +++ b/ntclient/persistence/sql/nt/funcs.py @@ -1,6 +1,5 @@ """nt.sqlite3 functions module""" -from ntclient.persistence import PROFILE_ID -from ntclient.persistence.sql.nt import nt_sqlite_connect, sql +from ntclient.persistence.sql.nt import sql def sql_nt_next_index(table=None): diff --git a/tests/test_cli.py b/tests/test_cli.py index 7790bca..c61b5af 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -5,7 +5,6 @@ Created on Fri Jan 31 15:19:53 2020 @author: shane """ import os -import sqlite3 import sys import pytest @@ -22,7 +21,6 @@ from ntclient.__main__ import build_argparser from ntclient.__main__ import main as nt_main from ntclient.core import nutprogbar from ntclient.ntsqlite.sql import build_ntsqlite -from ntclient.persistence.sql.nt import funcs as nt_funcs from ntclient.persistence.sql.nt import nt_ver from ntclient.persistence.sql.usda import funcs as usda_funcs from ntclient.persistence.sql.usda import sql as _usda_sql -- 2.52.0