Remove '''

This commit is contained in:
wqy
2023-10-21 10:21:44 +08:00
parent d996a364e5
commit c925e2f1fa

View File

@@ -8,7 +8,7 @@ sys.path.append("..")
from api import project
from api import inp_out
'''
def _verify_platform():
_platform = platform.system()
if _platform != "Windows":
@@ -225,7 +225,7 @@ def _dump_output(path: str) -> dict[str, Any]:
def dump_output(path: str) -> str:
data = _dump_output(path)
return json.dumps(data)
'''
def dump_report(path: str) -> str:
return open(path, 'r').read()