[VVP] updating validation scripts in dublin
[vvp/validation-scripts.git] / ice_validator / tests / cached_yaml.py
index 99fbd2c..1b977a6 100644 (file)
@@ -46,10 +46,7 @@ constructor = yaml.constructor
 
 
 def add_constructor(tag, constructor):
-    yaml.add_constructor(
-        tag,
-        constructor,
-    )
+    yaml.add_constructor(tag, constructor)
 
 
 def load(fp):