Skip to content

Commit

Permalink
Unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jul 8, 2023
1 parent 7c57020 commit 207c008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/insert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ where
mod tests {
use sea_query::OnConflict;

use crate::tests_cfg::cake::{self, ActiveModel};
use crate::tests_cfg::cake::{self};
use crate::{ActiveValue, DbBackend, DbErr, EntityTrait, Insert, IntoActiveModel, QueryTrait};

#[test]
Expand Down

0 comments on commit 207c008

Please sign in to comment.