Skip to content

Commit 038ea80

Browse files
committed
spotless
1 parent 746ec26 commit 038ea80

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

iotdb-core/ainode/build_binary.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,7 @@ def install_dependencies(venv_python, venv_dir, script_dir):
386386
print("The symlink approach may not have worked. Please check the symlink.")
387387
sys.exit(1)
388388
else:
389-
print(
390-
f"Poetry is correctly using virtual environment: {poetry_venv_path}"
391-
)
389+
print(f"Poetry is correctly using virtual environment: {poetry_venv_path}")
392390
else:
393391
print("Warning: Could not verify poetry virtual environment path")
394392
print(

0 commit comments

Comments
 (0)