Skip to content

Commit 3c90d4a

Browse files
committed
removed unnecessary error type
1 parent ef83fcd commit 3c90d4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/python3/src/error.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ use tmc_langs_framework::TmcError;
66

77
#[derive(Debug, Error)]
88
pub enum PythonError {
9-
#[error("Error running command {0}")]
10-
Command(&'static str, #[source] std::io::Error),
119
#[error("Failed to canonicalize path {0}")]
1210
Canonicalize(PathBuf, #[source] std::io::Error),
1311
#[error("Failed to open file {0}")]

0 commit comments

Comments
 (0)