Import dump function from yaml in DockerTest.py

This commit is contained in:
Théophile Diot 2024-12-24 12:28:10 +01:00
parent 6fc4b52653
commit 6d1a271a03
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -1,5 +1,4 @@
from json import dump
from yaml import safe_load
from yaml import safe_load, dump
from Test import Test
from os.path import isdir, isfile
from os import getenv