Skip to content

Commit

Permalink
Better fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Mar 21, 2024
1 parent ef8529c commit fb007ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/hogql/database/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class LazyTable(Table):
model_config = ConfigDict(extra="forbid")

def lazy_select(
self, requested_fields: Dict[str, List[str | int]], modifiers: HogQLQueryModifiers, node: Any
self, requested_fields: Dict[str, List[str | int]], modifiers: HogQLQueryModifiers, node: "SelectQuery"
) -> Any:
raise NotImplementedException("LazyTable.lazy_select not overridden")

Expand Down

0 comments on commit fb007ca

Please sign in to comment.