Skip to content

Commit

Permalink
fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoChiodino authored Oct 6, 2023
1 parent b83827a commit e8c6352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testify/test_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e8c6352

Please sign in to comment.