Skip to content

Commit

Permalink
Update posthog/hogql_queries/query_runner.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Andra <[email protected]>
  • Loading branch information
robbie-c and mariusandra committed Sep 29, 2023
1 parent 7c1054f commit dbf41d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posthog/hogql_queries/query_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ class QueryResponse(BaseModel, Generic[DataT]):
)
result: DataT
timings: Optional[List[QueryTiming]] = None
types: Optional[Any] = None
columns: Optional[Any] = None
types: Optional[List[str]] = None
columns: Optional[List[str]] = None


class CachedQueryResponse(QueryResponse):
Expand Down

0 comments on commit dbf41d8

Please sign in to comment.