Skip to content

Commit

Permalink
importlib test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Sep 8, 2024
1 parent 6504e5b commit cf4b669
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_conda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@


def add_function(parameter_1, parameter_2):
import sys
import importlib
sys = importlib.import_module("sys")

return parameter_1 + parameter_2 + sys.version_info.major + sys.version_info.minor

Expand Down

0 comments on commit cf4b669

Please sign in to comment.