Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dapollak committed Oct 1, 2023
1 parent b56dcee commit 6e7c848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/tests/test_freshness_anomalies.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def _get_test_config(self, config: FreshnessAnomaliesConfig) -> dict:
days_back=config.days_back,
backfill_days=config.backfill_days,
time_bucket=dict(period=config.period, count=1),
detection_delay=dict(period='hour', count=config.detection_delay_hours),
detection_delay=dict(period="hour", count=config.detection_delay_hours),
)

def _skip_redshift_monthly(
Expand Down

0 comments on commit 6e7c848

Please sign in to comment.