Skip to content

Commit

Permalink
optimized imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pawarherschel committed Nov 22, 2023
1 parent 9c761e5 commit c8239b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ use async_compat::Compat;
use indicatif::ParallelProgressIterator;
use rayon::prelude::*;
use ron::ser::to_writer_pretty;
use smol::io::AsyncReadExt;
use sqlx::{Row, SqlitePool};
use sqlx::SqlitePool;

use vrcx_insights::time_it;
use vrcx_insights::zaphkiel::db::establish_connection;
Expand Down

0 comments on commit c8239b1

Please sign in to comment.