Skip to content

Commit

Permalink
(Fixup pmgr) make config_file optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen committed Jun 17, 2024
1 parent 7d8bb2a commit 2baeb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/shared/plugins/plugin_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
class JobDoc(TypedDict):
description: str
examples: Optional[str]
config_file: str
config_file: Optional[str]
parser: Optional[Callable[[], ArgumentParser]]
source_package: str
category: str
Expand Down

0 comments on commit 2baeb71

Please sign in to comment.