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 3a5c1fb commit 03a301fCopy full SHA for 03a301f
openapi_generator_cli/__init__.py
@@ -28,7 +28,7 @@ def run(args: list[str] | None = None) -> subprocess.CompletedProcess[bytes]:
28
"""
29
java_path: Path | str | None
30
try:
31
- from jdk4py import JAVA
+ from jdk4py import JAVA # noqa: PLC0415
32
33
java_path = JAVA
34
except ImportError:
0 commit comments