mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-11 04:46:38 +00:00
remove newline
This commit is contained in:
parent
66c82460da
commit
dff986b91b
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ impl PythonEnvironment {
|
|||
Python::with_gil(|py| {
|
||||
let build = Interpreter::for_build(py)?;
|
||||
let runtime = Interpreter::for_runtime(build.sys_executable())?;
|
||||
|
||||
let root = runtime.sys_prefix().clone();
|
||||
|
||||
Ok(Self::new(root, build, runtime))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue