Skip to content

Commit

Permalink
Run fix-style
Browse files Browse the repository at this point in the history
  • Loading branch information
koning committed May 24, 2024
1 parent 1d701f9 commit f292d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions merlin/study/script_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def __init__(self, **kwargs):
}

# These are known valid step keywords not used in batch
self._ignored: Set[str] = {
self._ignored: Set[str] = {
"shell",
}

Expand Down Expand Up @@ -245,7 +245,7 @@ def __init__(self, **kwargs):
self._unsupported: Set[str] = set(list(self._unsupported) + new_unsupported)

# These are known valid step keywords not used in batch
self._ignored: Set[str] = {
self._ignored: Set[str] = {
"shell",
}

Expand Down

0 comments on commit f292d3a

Please sign in to comment.