Skip to content

Commit

Permalink
drop unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald committed Sep 19, 2023
1 parent 5469c55 commit aa1f565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jnius_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def add_classpath(*path):
def get_classpath():
"Retrieves the classpath the JVM will use."
from os import environ
from os.path import realpath, join
from os.path import realpath
import sys
global classpath

Expand Down

0 comments on commit aa1f565

Please sign in to comment.