We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4047c81 commit c6fc2b3Copy full SHA for c6fc2b3
src/scyjava/_jvm.py
@@ -146,7 +146,7 @@ def jvm_version() -> tuple[int, ...]:
146
raise RuntimeError(f"Inscrutable java version: {v}")
147
148
149
-def start_jvm(options: Sequence[str] = None) -> None:
+def start_jvm(options: Sequence[str] | None = None) -> None:
150
"""
151
Explicitly connect to the Java virtual machine (JVM). Only one JVM can
152
be active; does nothing if the JVM has already been started. Calling
0 commit comments