Skip to content

Commit 1b8dfb8

Browse files
committed
linting
1 parent a1fb71a commit 1b8dfb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/split-tox-gh-actions/split-tox-gh-actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def render_template(group, frameworks, py_versions_pinned, py_versions_latest):
279279
"needs_aws_credentials": bool(set(frameworks) & FRAMEWORKS_NEEDING_AWS),
280280
"needs_clickhouse": bool(set(frameworks) & FRAMEWORKS_NEEDING_CLICKHOUSE),
281281
"needs_postgres": bool(set(frameworks) & FRAMEWORKS_NEEDING_POSTGRES),
282-
"needs_redis": bool(set(frameworks) & FRAMEWORKS_NEEDING_REDIS),
282+
"needs_redis": bool(set(frameworks) & FRAMEWORKS_NEEDING_REDIS),
283283
"needs_github_secrets": bool(
284284
set(frameworks) & FRAMEWORKS_NEEDING_GITHUB_SECRETS
285285
),

tests/integrations/celery/integration_tests/test_celery_beat_cron_monitoring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def celery_config():
1717
"worker_concurrency": 1,
1818
"beat_scheduler": "tests.integrations.celery.integration_tests:ImmediateScheduler",
1919
"task_create_missing_queues": True,
20-
"task_routes": {'*': {'queue': f'queue_{os.getpid()}'}},
20+
"task_routes": {"*": {"queue": f"queue_{os.getpid()}"}},
2121
}
2222

2323

0 commit comments

Comments
 (0)