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 33e3db8 commit 7d82d8e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 21 deletions.
4 changes: 1 addition & 3 deletions hera_mc/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# Copyright 2016 the HERA Collaboration
# Licensed under the 2-clause BSD license.

"""Setup testing environment.
"""
"""Setup testing environment."""

import socket
import sys
Expand Down
4 changes: 1 addition & 3 deletions hera_mc/tests/test_server_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# Copyright 2016 the HERA Collaboration
# Licensed under the 2-clause BSD license.

"""Testing for `hera_mc.server_status`.
"""
"""Testing for `hera_mc.server_status`."""
from math import floor

import pytest
Expand Down
4 changes: 1 addition & 3 deletions hera_mc/tests/test_weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# Copyright 2017 the HERA Collaboration
# Licensed under the 2-clause BSD license.

"""Testing for `hera_mc.weather`.
"""
"""Testing for `hera_mc.weather`."""
import os
from math import floor

Expand Down
4 changes: 1 addition & 3 deletions scripts/geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
# Copyright 2016 the HERA Collaboration
# Licensed under the 2-clause BSD license.

"""This is meant to hold utility scripts for geo_location (via geo_handling)
"""
"""This is meant to hold utility scripts for geo_location (via geo_handling)"""

from hera_mc import cm_utils, geo_handling, mc

Expand Down
4 changes: 1 addition & 3 deletions scripts/mc_monitor_correlator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
# Copyright 2018 the HERA Collaboration
# Licensed under the 2-clause BSD license.

"""Gather correlator status info and log them into M&C
"""
"""Gather correlator status info and log them into M&C"""

import socket
import sys
Expand Down
4 changes: 1 addition & 3 deletions scripts/mc_wx.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
# Copyright 2017 the HERA Collaboration
# Licensed under the 2-clause BSD license.

"""This is meant to hold utility scripts for weather
"""
"""This is meant to hold utility scripts for weather"""
import sys

from astropy.time import Time
Expand Down
4 changes: 1 addition & 3 deletions scripts/write_records_to_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
# Copyright 2018 the HERA Collaboration
# Licensed under the 2-clause BSD license.

"""script to write M&C records to a CSV file
"""
"""script to write M&C records to a CSV file"""

from astropy.time import Time, TimeDelta

Expand Down

0 comments on commit 7d82d8e

Please sign in to comment.