"""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):
@author: shane
"""
import os
-import sqlite3
import sys
import pytest
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