Skip to content

Commit f9d4861

Browse files
committed
Fixes
1 parent bbebcd5 commit f9d4861

File tree

1 file changed

+1
-4
lines changed
  • crates/pet-python-utils/src

1 file changed

+1
-4
lines changed

crates/pet-python-utils/src/env.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
use log::{error, trace};
55
use pet_fs::path::norm_case;
66
use serde::Deserialize;
7-
use std::{
8-
backtrace::Backtrace,
9-
path::{Path, PathBuf},
10-
};
7+
use std::path::{Path, PathBuf};
118

129
#[derive(Debug)]
1310
pub struct PythonEnv {

0 commit comments

Comments
 (0)