We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce93eae commit 7b6ba3fCopy full SHA for 7b6ba3f
openapi_python_client/__init__.py
@@ -1,8 +1,8 @@
1
""" Generate modern Python clients from OpenAPI """
2
3
-import os
4
import json
5
import mimetypes
+import os
6
import shutil
7
import subprocess
8
import sys
openapi_python_client/cli.py
@@ -1,7 +1,7 @@
import codecs
import pathlib
from pprint import pformat
-from typing import Optional, List, Sequence
+from typing import List, Optional, Sequence
import typer
0 commit comments