Skip to content

Commit

Permalink
chore: endpointを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Oct 29, 2023
1 parent 3a9ad19 commit 321814b
Show file tree
Hide file tree
Showing 2 changed files with 364 additions and 361 deletions.
2 changes: 1 addition & 1 deletion compiler/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
json.dump(old_endpoints, f, ensure_ascii=False, indent=4)

with open('../mipac/types/endpoints.py', 'w', encoding='utf-8') as f:
data = json.dumps(old_endpoints, ensure_ascii=False, indent=4).replace('"', "'")
data = json.dumps(old_endpoints, ensure_ascii=False, indent=4)
f.write(f'{TOP_COMMENT}{IMPORTS}{TEMPLATES}Literal{data}\n')
Loading

0 comments on commit 321814b

Please sign in to comment.