We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4048a3c commit dac33aaCopy full SHA for dac33aa
1 file changed
stackinator/etc/envvars.py
@@ -7,7 +7,9 @@
7
from enum import Enum
8
from typing import List, Optional
9
10
-import yaml
+from ruamel.yaml import YAML
11
+
12
+yaml = YAML()
13
14
15
class EnvVarOp(Enum):
0 commit comments