This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Remove unused import
xshell
Philipp Oppermann
1 year ago
parent
1a5fa7fe45
commit
20498f7e1e
Failed to extract signature
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/python-dataflow/run.rs
+ 1
- 1
examples/python-dataflow/run.rs
View File
@@ -1,4 +1,4 @@
use dora_core::
{get_pip_path,
get_python_path
}
;
use dora_core::get_python_path;
use dora_download::download_file;
use eyre::{ContextCompat, WrapErr};
use std::path::{Path, PathBuf};
Write
Preview
Loading…
Cancel
Save