Skip to content

Commit

Permalink
fix misc import
Browse files Browse the repository at this point in the history
  • Loading branch information
vic1707 committed Oct 20, 2023
1 parent a030620 commit a50168e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/parser/ctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::{
context::Context,
element::{BinOp, Element, FunctionCall},
token::Operator,
utils::Function,
misc::Function,
Parser,
};

Expand Down

0 comments on commit a50168e

Please sign in to comment.