Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 3, 2025
1 parent 3ca4cc4 commit 4611d29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
# SPDX-License-Identifier: Apache-2.0


"""SalishSeaCmd combine sub-command plug-in unit tests
"""
"""SalishSeaCmd combine sub-command plug-in unit tests"""
from unittest.mock import Mock, patch

import cliff.app
Expand Down
3 changes: 1 addition & 2 deletions tests/test_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
# SPDX-License-Identifier: Apache-2.0


"""SalishSeaCmd prepare sub-command plug-in unit tests
"""
"""SalishSeaCmd prepare sub-command plug-in unit tests"""
import os
from pathlib import Path
from unittest.mock import call, Mock, patch
Expand Down
3 changes: 1 addition & 2 deletions tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
# SPDX-License-Identifier: Apache-2.0


"""SalishSeaCmd run sub-command plug-in unit tests
"""
"""SalishSeaCmd run sub-command plug-in unit tests"""
import logging
import os
import shlex
Expand Down
3 changes: 1 addition & 2 deletions tests/test_split_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
# SPDX-License-Identifier: Apache-2.0


"""SalishSeaCmd split-results sub-command plug-in unit tests
"""
"""SalishSeaCmd split-results sub-command plug-in unit tests"""
from pathlib import Path
from types import SimpleNamespace
from unittest.mock import Mock, patch
Expand Down

0 comments on commit 4611d29

Please sign in to comment.