From 5b55acf6375597ae75ef6ae53824475aca38bdc5 Mon Sep 17 00:00:00 2001 From: michaelavs Date: Thu, 5 Dec 2024 10:23:52 -0700 Subject: [PATCH] Removes imp due to depreciation after python 3.10 and unnecessary in model --- dgen_os/python/data_functions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/dgen_os/python/data_functions.py b/dgen_os/python/data_functions.py index aa8c5e6..a8114ed 100644 --- a/dgen_os/python/data_functions.py +++ b/dgen_os/python/data_functions.py @@ -20,8 +20,6 @@ import pickle import sys import logging -import imp -imp.reload(logging) import sqlalchemy import json