diff options
Diffstat (limited to 'src/onaptests/utils/resources.py')
-rw-r--r-- | src/onaptests/utils/resources.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/onaptests/utils/resources.py b/src/onaptests/utils/resources.py index 71e56d6..82bc709 100644 --- a/src/onaptests/utils/resources.py +++ b/src/onaptests/utils/resources.py @@ -1,6 +1,7 @@ """Standard functions for the simulator wrapper.""" import os from importlib.resources import path + import onaptests |