Skip to content

Commit

Permalink
fix(hogql): Fix missing import (#23224)
Browse files Browse the repository at this point in the history
Fix missing import
  • Loading branch information
webjunkie authored Jun 25, 2024
1 parent e73c2bd commit a37f1e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from posthog.hogql.ast import CompareOperationOp, ArithmeticOperationOp
from posthog.hogql.context import HogQLContext
from posthog.hogql.database.models import DatabaseField, LazyJoinToAdd, LazyTableToAdd
from posthog.hogql.errors import NotImplementedError

from posthog.hogql.visitor import clone_expr, CloningVisitor, Visitor, TraversingVisitor

Expand Down

0 comments on commit a37f1e2

Please sign in to comment.