diff --git a/tests/integration/partial/integration_test_utils.py b/tests/integration/partial/integration_test_utils.py index aa7b0f79c8030c64d1b81c55b782282488aed13a..b9501846cda50d6601587b61c88837472d1f42fc 100644 --- a/tests/integration/partial/integration_test_utils.py +++ b/tests/integration/partial/integration_test_utils.py @@ -201,7 +201,7 @@ class IntegrationTestUtils: os.environ["EMAIL_CRED"] = email_cred_path import Processor - # reload(Processor) # reload the class to reset all variables + reload(Processor) # reload the class to reset all variables # from Processor import run_Process, set_log_level # # args_dict: dict = {}