Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaemming committed Oct 23, 2024
1 parent 367fcaa commit c594af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/hogql/visitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def visit_date_type(self, node: ast.DateType):
def visit_date_time_type(self, node: ast.DateTimeType):
pass

def visit_interval_type(self, node: ast.DateTimeType):
def visit_interval_type(self, node: ast.IntervalType):
pass

def visit_uuid_type(self, node: ast.UUIDType):
Expand Down

0 comments on commit c594af7

Please sign in to comment.