Skip to content

Commit 884782b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cortex/cortex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ def export_record( # noqa: D417
639639
folder: str | Path,
640640
stream_types: list[str],
641641
# pylint: disable-next=redefined-builtin,implicit-str-concat
642-
format: Literal['EDF' 'EDFPLUS', 'BDFPLUS', 'CSV'],
642+
format: Literal['EDFEDFPLUS', 'BDFPLUS', 'CSV'],
643643
**kwargs: str | list[str] | bool,
644644
) -> None:
645645
"""Export one or more records.

0 commit comments

Comments
 (0)