[VVP] udpating scripts for casablanca
[vvp/validation-scripts.git] / ice_validator / tests / utils / nested_dict.py
index 9bc3e99..24f7e5e 100644 (file)
@@ -62,3 +62,4 @@ def is_dict_has_key(obj, key):
     '''return True/False `obj` is a dict and has `key`
     '''
     return isinstance(obj, dict) and key in obj
+