diff options
Diffstat (limited to '')
-rw-r--r-- | test/test_runtime_example.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_runtime_example.py b/test/test_runtime_example.py index e500e59..17be483 100644 --- a/test/test_runtime_example.py +++ b/test/test_runtime_example.py @@ -1,4 +1,5 @@ """Sample use of Runtime class.""" + from ansible_compat.runtime import Runtime |