Skip to content

Commit 354efca

Browse files
committed
Fix
1 parent 8312e73 commit 354efca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

relay-quotas/src/global.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,14 +361,13 @@ mod tests {
361361
use std::collections::BTreeSet;
362362
use std::time::Duration;
363363

364-
use super::*;
365-
366364
use relay_base_schema::data_category::DataCategory;
367365
use relay_base_schema::organization::OrganizationId;
368366
use relay_base_schema::project::{ProjectId, ProjectKey};
369367
use relay_common::time::UnixTimestamp;
370368
use relay_redis::{RedisConfigOptions, RedisPool};
371369

370+
use super::*;
372371
use crate::{DataCategories, Quota, QuotaScope, Scoping};
373372

374373
fn build_redis_pool() -> RedisPool {

0 commit comments

Comments
 (0)