From b3eaf72a8153836a2c8dee003958b257af39da7c Mon Sep 17 00:00:00 2001 From: Saul Shanabrook Date: Wed, 11 Sep 2024 19:30:59 -0400 Subject: [PATCH] Remove unused import --- tests/integration_test.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/integration_test.rs b/tests/integration_test.rs index f3e9f982..af8918d8 100644 --- a/tests/integration_test.rs +++ b/tests/integration_test.rs @@ -1,6 +1,4 @@ -use egglog::{ - ast::Expr, sort::EqSort, EGraph, ExtractReport, Function, SerializeConfig, Term, Value, -}; +use egglog::{ast::Expr, EGraph, ExtractReport, Function, SerializeConfig, Term, Value}; use symbol_table::GlobalSymbol; #[test]