Skip to content

Commit

Permalink
please stfu mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
astrelsky committed Oct 24, 2024
1 parent 3a026bf commit 865f14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpype/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def startJVM(
classpath = _classpath.getClassPath()

# Handle strings and list of strings.
extra_jvm_args = []
extra_jvm_args: list[str] = []

supportLib = os.path.join(os.path.dirname(os.path.dirname(__file__)), "org.jpype.jar")
if not os.path.exists(supportLib):
Expand Down

0 comments on commit 865f14f

Please sign in to comment.