Skip to content

Commit b2ef5e7

Browse files
committed
Fix ruff W293: Remove whitespace from blank line
1 parent 6be5135 commit b2ef5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tasks/test_refresh_schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_skips_paused_data_sources(self):
2727

2828
def test_skips_excluded_datasource_types(self):
2929
ds = self.factory.data_source
30-
30+
3131
with patch.object(settings, "SCHEMAS_REFRESH_EXCLUDED_TYPES", {ds.type}):
3232
with patch("redash.tasks.queries.maintenance.refresh_schema.delay") as refresh_job:
3333
refresh_schemas()

0 commit comments

Comments
 (0)