Optimize imports

This commit is contained in:
Charlie Marsh
2022-09-20 09:10:39 -04:00
parent a4869e4974
commit 09b926fd59
3 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
use once_cell::sync::Lazy;
use std::collections::BTreeSet;
use once_cell::sync::Lazy;
static ANNOTATED_SUBSCRIPTS: Lazy<BTreeSet<&'static str>> = Lazy::new(|| {
BTreeSet::from([
"AbstractAsyncContextManager",