docs: simplify comment styles

This commit is contained in:
Stijnvandenbroek
2026-03-11 14:13:15 +00:00
parent 9dec2bfdfa
commit ded462ea6b
3 changed files with 0 additions and 32 deletions

View File

@@ -27,9 +27,7 @@ ALL_JOBS = [
]
# ---------------------------------------------------------------------------
# Generic schedule tests
# ---------------------------------------------------------------------------
class TestSchedulesGeneric:
@@ -53,9 +51,7 @@ class TestSchedulesGeneric:
assert schedule.default_status == DefaultScheduleStatus.RUNNING
# ---------------------------------------------------------------------------
# Generic job tests
# ---------------------------------------------------------------------------
class TestJobsGeneric:
@@ -70,9 +66,7 @@ class TestJobsGeneric:
assert job.description
# ---------------------------------------------------------------------------
# Schedule-specific tests
# ---------------------------------------------------------------------------
class TestScheduleSpecific:
@@ -89,9 +83,7 @@ class TestScheduleSpecific:
assert funda_ingestion_schedule._run_config_fn is not None
# ---------------------------------------------------------------------------
# Definitions integration test
# ---------------------------------------------------------------------------
class TestDefinitions: