Unused import

This commit is contained in:
Ayaz Hafiz 2022-10-05 13:09:10 -05:00
parent 792afe5457
commit a842247aa6
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -5,7 +5,6 @@ use roc_can::expr::Expr::{self, *};
use roc_can::expr::{ClosureData, OpaqueWrapFunctionData, WhenBranch};
use roc_can::pattern::{Pattern, RecordDestruct};
use roc_module::low_level::LowLevel;
use roc_module::symbol::Interns;
use ven_pretty::{Arena, DocAllocator, DocBuilder};