Browse Source

Remove unused import

xshell
Philipp Oppermann 1 year ago
parent
commit
20498f7e1e
Failed to extract signature
1 changed files with 1 additions and 1 deletions
  1. +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};


Loading…
Cancel
Save