list: flat: remove unused import

This commit is contained in:
2022-07-22 01:54:18 -07:00
parent 727b7b43a3
commit 4cbcc46d50

View File

@@ -1,5 +1,5 @@
use crate::compound::list::{Indexable, Meta};
use crate::compound::peano::{P0, P1, P2, P3, Peano, PeanoNonZero, PNext};
use crate::compound::peano::{P0, P1, P2, P3, Peano, PNext};
#[cfg(feature = "serde")]
use serde::{Serialize, Deserialize};