From e8c63525c7bd0d2a8830cca8b18f2113f6cab196 Mon Sep 17 00:00:00 2001 From: Stefano Date: Fri, 6 Oct 2023 15:48:08 +0100 Subject: [PATCH] fix trailing whitespace --- testify/test_program.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testify/test_program.py b/testify/test_program.py index fcaa0bc..c2e8043 100644 --- a/testify/test_program.py +++ b/testify/test_program.py @@ -61,7 +61,7 @@ def load_plugins(): # Need some unlikely-to-clash unique-ish module name mod_name = '_testify_plugin__' + mod_name - try: + try: module_type = SourceFileLoader(mod_name, full_file_path).load_module() plugin_modules.append(module_type) except TypeError: