We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8312e73 commit 354efcaCopy full SHA for 354efca
relay-quotas/src/global.rs
@@ -361,14 +361,13 @@ mod tests {
361
use std::collections::BTreeSet;
362
use std::time::Duration;
363
364
- use super::*;
365
-
366
use relay_base_schema::data_category::DataCategory;
367
use relay_base_schema::organization::OrganizationId;
368
use relay_base_schema::project::{ProjectId, ProjectKey};
369
use relay_common::time::UnixTimestamp;
370
use relay_redis::{RedisConfigOptions, RedisPool};
371
+ use super::*;
372
use crate::{DataCategories, Quota, QuotaScope, Scoping};
373
374
fn build_redis_pool() -> RedisPool {
0 commit comments