Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Dec 10, 2023
1 parent a0bc7c6 commit 700ec37
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions jpype/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 700ec37

Please sign in to comment.