mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-10 20:36:21 +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 crate::args::Args;
|
||||||
use anyhow::Result;
|
use anyhow::Result;
|
||||||
|
|
|
@ -6,8 +6,6 @@ use pyo3::prelude::*;
|
||||||
use std::env;
|
use std::env;
|
||||||
use std::process::ExitCode;
|
use std::process::ExitCode;
|
||||||
|
|
||||||
pub use cli::Cli;
|
|
||||||
|
|
||||||
#[pyfunction]
|
#[pyfunction]
|
||||||
fn entrypoint(_py: Python) -> PyResult<()> {
|
fn entrypoint(_py: Python) -> PyResult<()> {
|
||||||
// Skip python interpreter and script path, add command name
|
// Skip python interpreter and script path, add command name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue