Skip to content

Commit eb59038

Browse files
change some imports
1 parent 42c19e7 commit eb59038

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

crates/djls/src/commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub mod serve;
1+
mod serve;
22

33
use crate::args::Args;
44
use anyhow::Result;

crates/djls/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ use pyo3::prelude::*;
66
use std::env;
77
use std::process::ExitCode;
88

9-
pub use cli::Cli;
10-
119
#[pyfunction]
1210
fn entrypoint(_py: Python) -> PyResult<()> {
1311
// Skip python interpreter and script path, add command name

0 commit comments

Comments
 (0)