Restore the order of imports

This commit is contained in:
Ryze 2024-02-16 08:32:25 +00:00 committed by GitHub
parent f8ce7b5ef8
commit d5a572d8d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
use serde_json::{self, json};
use std::env;
use std::io;
use std::process;
use serde_json::{self, json};
use crate::browser;
use crate::config::Config;