Skip to content

Commit 9a5251b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fc0a2d2 commit 9a5251b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyNexafs/parsers/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def ALLOWED_EXTENSIONS(cls) -> list[str]:
146146

147147
@staticmethod
148148
def __validate_assignments(
149-
assignments: dict[str, str | list[str] | None]
149+
assignments: dict[str, str | list[str] | None],
150150
) -> dict[str, str | list[str] | None]:
151151
"""
152152
Validation method for column assignments for a parser.

pyNexafs/utils/mda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ def _read_header(u: Unpacker, min_rank: int = 1) -> MDAHeader:
518518

519519
@staticmethod
520520
def header_to_dataFrame(
521-
header: tuple[float, int, int, list[int], int, int, int]
521+
header: tuple[float, int, int, list[int], int, int, int],
522522
) -> pd.DataFrame:
523523
(
524524
version,

0 commit comments

Comments
 (0)