fix/drop ndjson extra dep (#3944)

This commit is contained in:
Roman Isecke 2025-03-05 12:52:00 -05:00 committed by GitHub
parent f333d7fe7f
commit 061462de22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## 0.16.24-dev3
## 0.16.24-dev4
### Enhancements

View File

@ -1 +1 @@
__version__ = "0.16.24-dev3" # pragma: no cover
__version__ = "0.16.24-dev4" # pragma: no cover

View File

@ -292,7 +292,7 @@ class FileType(enum.Enum):
NDJSON = (
"ndjson",
"ndjson",
["ndjson"],
cast(list[str], []),
None,
[".ndjson"],
"application/x-ndjson",