From 700ec37a9fb54db9b1f3a444a5e21b95a985c2e3 Mon Sep 17 00:00:00 2001 From: Karl Nelson Date: Sun, 10 Dec 2023 12:35:05 -0800 Subject: [PATCH] Another attempt --- jpype/_core.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/jpype/_core.py b/jpype/_core.py index 424b416ec..ca1191d01 100644 --- a/jpype/_core.py +++ b/jpype/_core.py @@ -115,12 +115,7 @@ def _hasClassPath(args) -> bool: return False -def _handleClassPath( - classpath: typing.Union[ - _PathOrStr, - typing.Tuple[_PathOrStr, ...] - ], -) -> str: +def _handleClassPath(classpath) -> str: """ Return a classpath which represents the given tuple of classpath specifications """