Skip to content

Commit

Permalink
Update formatting for new black
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jan 30, 2025
1 parent 32d1e6b commit d514d47
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 14 deletions.
3 changes: 1 addition & 2 deletions python/lsst/ctrl/mpexec/cmdLineFwk.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

"""Module defining CmdLineFwk class and related methods.
"""
"""Module defining CmdLineFwk class and related methods."""

from __future__ import annotations

Expand Down
3 changes: 1 addition & 2 deletions python/lsst/ctrl/mpexec/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

"""Few utility methods used by the rest of a package.
"""
"""Few utility methods used by the rest of a package."""

__all__ = ["printTable", "filterTaskNodes", "subTaskIter"]

Expand Down
3 changes: 1 addition & 2 deletions tests/test_cliCmdCleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

"""Unit tests for ctrl_mpexec CLI cleanup subcommand.
"""
"""Unit tests for ctrl_mpexec CLI cleanup subcommand."""


import os
Expand Down
3 changes: 1 addition & 2 deletions tests/test_cliCmdPurge.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

"""Unit tests for ctrl_mpexec CLI purge subcommand.
"""
"""Unit tests for ctrl_mpexec CLI purge subcommand."""


import os
Expand Down
3 changes: 1 addition & 2 deletions tests/test_cliUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

"""Unit tests for the daf_butler shared CLI options.
"""
"""Unit tests for the daf_butler shared CLI options."""

import unittest

Expand Down
3 changes: 1 addition & 2 deletions tests/test_cmdLineFwk.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

"""Simple unit test for cmdLineFwk module.
"""
"""Simple unit test for cmdLineFwk module."""

import contextlib
import logging
Expand Down
3 changes: 1 addition & 2 deletions tests/test_preExecInit.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

"""Simple unit test for PreExecInit class.
"""
"""Simple unit test for PreExecInit class."""

import contextlib
import shutil
Expand Down

0 comments on commit d514d47

Please sign in to comment.