Skip to content

Commit

Permalink
Delete unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
kip2 committed Mar 24, 2024
1 parent 935dd6d commit e90283d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use clap::Parser;
use sqlx::mysql::MySqlPoolOptions;
use sqlx::{database, MySql, Pool};
use sqlx::{MySql, Pool};
use std::io::{self, Write};
use std::process::Command;
use std::{env, error::Error};
Expand Down

0 comments on commit e90283d

Please sign in to comment.