Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Sep 11, 2024
1 parent 67d3b40 commit b3eaf72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration_test.rs
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit b3eaf72

Please sign in to comment.