Skip to content

Commit c33b5f0

Browse files
committed
style: Make pylint happy.
1 parent 499c144 commit c33b5f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openapi_python_client/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from .config import Config
1818
from .parser import GeneratorData, import_string_from_class
1919
from .parser.errors import GeneratorError
20-
from .utils import snake_case
2120

2221
if sys.version_info.minor < 8: # version did not exist before 3.8, need to use a backport
2322
from importlib_metadata import version

0 commit comments

Comments
 (0)