Skip to content

Commit 8ec8bea

Browse files
committed
fix: cargo publish
1 parent d218b7c commit 8ec8bea

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

crates/lsp/src/checkers/python_checker.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ pub struct SystemPythonChecker {
1111
python_cmd: PathBuf,
1212
}
1313

14-
const EMBEDDED_BEAN_CHECK: &str = include_str!(concat!(
15-
env!("CARGO_MANIFEST_DIR"),
16-
"/../../python/bean_check.py"
17-
));
14+
const EMBEDDED_BEAN_CHECK: &str = include_str!("./bean_check.py");
1815

1916
impl SystemPythonChecker {
2017
pub fn new(python_cmd: PathBuf) -> Self {

0 commit comments

Comments
 (0)