diff --git a/src/uwtools/drivers/driver.py b/src/uwtools/drivers/driver.py index 196599473..62e761768 100644 --- a/src/uwtools/drivers/driver.py +++ b/src/uwtools/drivers/driver.py @@ -302,16 +302,6 @@ def __init__( batch: bool = False, schema_file: Optional[Path] = None, ): - """ - The driver. - - :param cycle: The cycle. - :param leadtime: The leadtime. - :param config: Path to config file (read stdin if missing or None). - :param dry_run: Run in dry-run mode? - :param key_path: Keys leading through the config to the driver's configuration block. - :param batch: Run component via the batch system? - """ super().__init__( cycle=cycle, leadtime=leadtime,