Bug 1889260 - Remove redundant imports from mozdevice. r=webdriver-reviewers,whimboo

Differential Revision: https://phabricator.services.mozilla.com/D206439
This commit is contained in:
Mike Hommey 2024-04-03 06:54:25 +00:00
Родитель f76f60c29b
Коммит d07a23ca40
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -12,10 +12,8 @@ use log::{debug, info, trace, warn};
use once_cell::sync::Lazy;
use regex::Regex;
use std::collections::BTreeMap;
use std::convert::TryFrom;
use std::fs::File;
use std::io::{self, Read, Write};
use std::iter::FromIterator;
use std::net::TcpStream;
use std::num::{ParseIntError, TryFromIntError};
use std::path::{Component, Path};