Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jan 7, 2025
1 parent 2a9085b commit 7216d89
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/snuba/test_snuba.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test(self) -> None:

now = datetime.now()

events = [
self.snuba_insert(
(
2,
"insert",
Expand All @@ -54,9 +54,7 @@ def test(self) -> None:
},
{},
)
]

self.snuba_insert(events)
)
assert snuba.query(
start=now - timedelta(days=1),
end=now + timedelta(days=1),
Expand Down

0 comments on commit 7216d89

Please sign in to comment.