We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499c144 commit c33b5f0Copy full SHA for c33b5f0
openapi_python_client/__init__.py
@@ -17,7 +17,6 @@
17
from .config import Config
18
from .parser import GeneratorData, import_string_from_class
19
from .parser.errors import GeneratorError
20
-from .utils import snake_case
21
22
if sys.version_info.minor < 8: # version did not exist before 3.8, need to use a backport
23
from importlib_metadata import version
0 commit comments