Skip to content

Commit 74f5d87

Browse files
committed
Make mypy happy?
1 parent 4156d43 commit 74f5d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jpype/_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def startJVM(
203203
ignoreUnrecognized: bool = False,
204204
convertStrings: bool = False,
205205
interrupt: bool = not interactive(),
206-
minimum_version: str = None,
206+
minimum_version: typing.Optional[str] = None,
207207
) -> None:
208208
"""
209209
Starts a Java Virtual Machine. Without options it will start

0 commit comments

Comments
 (0)