diff --git a/run-python-scripts/run_importlib.py b/run-python-scripts/run_importlib.py index 6e835920e0..f34d9a498f 100644 --- a/run-python-scripts/run_importlib.py +++ b/run-python-scripts/run_importlib.py @@ -1,2 +1,3 @@ import importlib -importlib.import_module('hello') + +importlib.import_module("hello")