Skip to content

Commit 74cf653

Browse files
committed
chore(release): refine OpenAPI generator
1 parent 94b4c69 commit 74cf653

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/generate_openapi.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
2-
import json, importlib, sys
2+
import json
3+
import importlib
4+
import sys
35
from pathlib import Path
46

57
PROJECT_ROOT = Path(__file__).resolve().parents[1]

0 commit comments

Comments
 (0)