Remove ModelVariables (model_utils) from application & optimize Tenant
This commit is contained in:
@@ -7,9 +7,8 @@ from config.logging_config import TuningLogger
|
||||
|
||||
|
||||
class BaseProcessor(ABC):
|
||||
def __init__(self, tenant, model_variables, document_version, catalog, processor):
|
||||
def __init__(self, tenant, document_version, catalog, processor):
|
||||
self.tenant = tenant
|
||||
self.model_variables = model_variables
|
||||
self.document_version = document_version
|
||||
self.catalog = catalog
|
||||
self.processor = processor
|
||||
|
||||
Reference in New Issue
Block a user