From ae808d862ff706eab387fd188636fe6aa6df619b Mon Sep 17 00:00:00 2001 From: Alexander Spicer Date: Wed, 26 Jun 2024 08:51:35 -0700 Subject: [PATCH] self --- posthog/hogql/database/schema/persons.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/posthog/hogql/database/schema/persons.py b/posthog/hogql/database/schema/persons.py index 9191204f1dad4..4b74713e19834 100644 --- a/posthog/hogql/database/schema/persons.py +++ b/posthog/hogql/database/schema/persons.py @@ -1,5 +1,4 @@ -from typing import cast, Optional -from typing_extensions import Self +from typing import cast, Optional, Self import posthoganalytics from posthog.hogql.ast import SelectQuery, And, CompareOperation, CompareOperationOp, Field, JoinExpr