Skip to content

Commit ea3e749

Browse files
committed
dead code
1 parent 3b9ba12 commit ea3e749

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/core/test_context.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
from sqlmesh.utils.date import (
4444
make_inclusive_end,
4545
now,
46-
now_timestamp,
4746
to_date,
4847
to_timestamp,
4948
yesterday_ds,
@@ -776,12 +775,6 @@ def test_janitor(sushi_context, mocker: MockerFixture) -> None:
776775
adapter_mock.dialect = "duckdb"
777776
state_sync_mock = mocker.MagicMock()
778777

779-
now_ts = now_timestamp()
780-
filter_expr = exp.LTE(
781-
this=exp.column("expiration_ts"),
782-
expression=exp.Literal.number(now_ts),
783-
)
784-
785778
state_sync_mock.get_expired_environments.return_value = [
786779
Environment(
787780
name="test_environment",

0 commit comments

Comments
 (0)