Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Sep 5, 2023
1 parent d18a34c commit fd64438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/config/queue_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def create_local_copy(self) -> QueueConfig:


def _check_for_overwritten_queue_system_options(
selected_queue_system, queue_system_options: List[Tuple[str, str]]
selected_queue_system: QueueSystem, queue_system_options: List[Tuple[str, str]]
) -> None:
temp_dict: Dict[str, List[str]] = defaultdict(list)
for option_string in queue_system_options:
Expand Down

0 comments on commit fd64438

Please sign in to comment.