fix: 删除空行

pull/9671/head
jiangweidong 2023-02-22 11:46:28 +08:00
parent cde59f7ae8
commit fd146055f3
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ class BasePlaybookManager:
def file_to_json(path):
with open(path, 'r') as f:
d = json.load(f)
return d
@staticmethod