Skip to content

Commit 06df74d

Browse files
committed
Reformat with Black 23
1 parent 568bb58 commit 06df74d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/scyjava/_java.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ def start_jvm(options=None) -> None:
204204
or not os.environ["JAVA_HOME"]
205205
or not os.path.isdir(os.environ["JAVA_HOME"])
206206
):
207-
208207
_logger.debug("JAVA_HOME not set. Will try to infer it from sys.path.")
209208

210209
libjvm_win = Path("Library") / "jre" / "bin" / "server" / "jvm.dll"

0 commit comments

Comments
 (0)