mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-09 21:54:59 +00:00
change some imports
This commit is contained in:
parent
42c19e751d
commit
eb5903822d
2 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
pub mod serve;
|
||||
mod serve;
|
||||
|
||||
use crate::args::Args;
|
||||
use anyhow::Result;
|
||||
|
|
|
@ -6,8 +6,6 @@ use pyo3::prelude::*;
|
|||
use std::env;
|
||||
use std::process::ExitCode;
|
||||
|
||||
pub use cli::Cli;
|
||||
|
||||
#[pyfunction]
|
||||
fn entrypoint(_py: Python) -> PyResult<()> {
|
||||
// Skip python interpreter and script path, add command name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue