浏览代码

wip in fixing dereferencing

tanja 5 年之前
父节点
当前提交
d754fe5b37
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      cdplib/db_migration/ParseJsonSchema.py

+ 0 - 1
cdplib/db_migration/ParseJsonSchema.py

@@ -48,7 +48,6 @@ class ParseJsonSchema(ParseDbSchema):
 
         for schema_path in schema_paths:
             try:
-                with open(schema_path, "r") as f:
                 # Load schmea dereferenced and cleaned by default values
                 self.schemas.append(self._dereference_schema(schema_path))