aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/cached_yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/cached_yaml.py')
-rw-r--r--ice_validator/tests/cached_yaml.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/ice_validator/tests/cached_yaml.py b/ice_validator/tests/cached_yaml.py
index 99fbd2c..1b977a6 100644
--- a/ice_validator/tests/cached_yaml.py
+++ b/ice_validator/tests/cached_yaml.py
@@ -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):