Skip to content

Commit 83b8cf9

Browse files
committed
add pylint fixes
1 parent 7b6ba3f commit 83b8cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 List, Optional, Sequence
4+
from typing import Optional, Sequence
55

66
import typer
77

0 commit comments

Comments
 (0)