Fix compiler warning (unused std::fs)
This commit is contained in:
parent
fa5c866cd6
commit
3e2dca717e
|
@ -5,7 +5,6 @@ use std::process::Command;
|
|||
use std::collections::HashMap;
|
||||
use std::env;
|
||||
use regex::Regex;
|
||||
use std::fs;
|
||||
use std::fmt;
|
||||
|
||||
struct PythonVersion {
|
||||
|
|
|
@ -5,7 +5,6 @@ use std::process::Command;
|
|||
use std::collections::HashMap;
|
||||
use std::env;
|
||||
use regex::Regex;
|
||||
use std::fs;
|
||||
use std::fmt;
|
||||
|
||||
struct PythonVersion {
|
||||
|
|
Loading…
Reference in New Issue