Skip to content

Commit 5744327

Browse files
committed
Update cli.py
Another typo smh
1 parent b30d224 commit 5744327

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wristpy/core/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
class OutputFileType(str, Enum):
1919
"""Valid output file types for saving data."""
2020

21-
csv = "csv"
22-
parquet = "parquet"
21+
csv = ".csv"
22+
parquet = ".parquet"
2323

2424

2525
class Calibrator(str, Enum):

0 commit comments

Comments
 (0)