Skip to content

Commit 3ac359d

Browse files
author
Peter LaValle
committed
changes for ruff
1 parent 701b04a commit 3ac359d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_date_shift.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def test_exception_date_unchanged_other_dates_shifted(self, tmp_path: Path) -> N
535535
assert pd.Timestamp(p001_date).date() != date(2023, 6, 1)
536536

537537

538-
def test_skiprows(tmp_path: Path):
538+
def test_skiprows(tmp_path: Path) -> None:
539539
"""tries to reproduce https://github.com/Health-Informatics-UoN/nuh-helper/issues/28"""
540540
from nuh_helper import shift_excel_dates_inplace # noqa: E402
541541

@@ -588,7 +588,7 @@ def test_skiprows(tmp_path: Path):
588588
)
589589

590590
## ###
591-
## assert - load the resulting workbook and check to see if the skiprows were copied across
591+
## assert - load the resulting workbook and check to see if the skiprows were copied
592592

593593
from openpyxl import load_workbook
594594

0 commit comments

Comments
 (0)