Remove commented import

This commit is contained in:
Joshua Warner 2024-12-07 09:11:52 -08:00
parent b4fa7294c7
commit 519bf534b2
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD

View file

@ -18,7 +18,6 @@ use roc_parse::{
ast::{Defs, Expr, FullAst, Header, SpacesBefore},
test_helpers::{parse_defs_with, parse_header_with},
};
// use roc_problem::can::Problem;
use roc_region::all::Loc;
use roc_region::all::Region;
use roc_test_utils::assert_multiline_str_eq;