Skip to content

Commit dac33aa

Browse files
committed
fix after rebase
1 parent 4048a3c commit dac33aa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

stackinator/etc/envvars.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
from enum import Enum
88
from typing import List, Optional
99

10-
import yaml
10+
from ruamel.yaml import YAML
11+
12+
yaml = YAML()
1113

1214

1315
class EnvVarOp(Enum):

0 commit comments

Comments
 (0)