Skip to content

Commit

Permalink
Update src/uwtools/drivers/driver.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Madden <[email protected]>
  • Loading branch information
NaureenBharwaniNOAA and maddenp-noaa authored Jul 18, 2024
1 parent 33f01a1 commit 4cd1687
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/uwtools/drivers/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,16 +515,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,
Expand Down

0 comments on commit 4cd1687

Please sign in to comment.