Skip to content

Commit 03a301f

Browse files
committed
chore: ignore PLC0415 violation
1 parent 3a5c1fb commit 03a301f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_generator_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run(args: list[str] | None = None) -> subprocess.CompletedProcess[bytes]:
2828
"""
2929
java_path: Path | str | None
3030
try:
31-
from jdk4py import JAVA
31+
from jdk4py import JAVA # noqa: PLC0415
3232

3333
java_path = JAVA
3434
except ImportError:

0 commit comments

Comments
 (0)