Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
volokluev committed Apr 30, 2024
1 parent 3fa52c9 commit 9d4489d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/pipeline/test_entity_processing_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def test_basic(
id="",
original_body=query_body,
query=logical_query,
snql_anonymized="",
query_settings=query_settings,
attribution_info=AttributionInfo(
get_app_id("blah"), {"tenant_type": "tenant_id"}, "blah", None, None, None
Expand Down
1 change: 0 additions & 1 deletion tests/pipeline/test_entity_processing_stage_composite.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ def test_composite(
id="",
original_body={"query": "placeholder"},
query=logical_query,
snql_anonymized="",
query_settings=HTTPQuerySettings(),
attribution_info=AttributionInfo(
get_app_id("blah"), {"tenant_type": "tenant_id"}, "blah", None, None, None
Expand Down
1 change: 0 additions & 1 deletion tests/pipeline/test_execution_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def get_fake_metadata() -> SnubaQueryMetadata:
None,
None,
),
"",
),
"blah",
Timer("woof"),
Expand Down

0 comments on commit 9d4489d

Please sign in to comment.