Skip to content

Commit

Permalink
feat: remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Nov 12, 2024
1 parent 6f480b0 commit 8d0d23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uplc/src/syn/term.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use bumpalo::{collections::Vec as BumpVec, Bump};
use chumsky::{prelude::*, Parser};

use crate::{data::PlutusData, term::Term};
use crate::term::Term;

use super::{
constant,
Expand Down

0 comments on commit 8d0d23c

Please sign in to comment.