Skip to content

Commit 7b6ba3f

Browse files
committed
add isort fixes
1 parent ce93eae commit 7b6ba3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openapi_python_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
""" Generate modern Python clients from OpenAPI """
22

3-
import os
43
import json
54
import mimetypes
5+
import os
66
import shutil
77
import subprocess
88
import sys

openapi_python_client/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import codecs
22
import pathlib
33
from pprint import pformat
4-
from typing import Optional, List, Sequence
4+
from typing import List, Optional, Sequence
55

66
import typer
77

0 commit comments

Comments
 (0)