mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 17:24:41 +03:00
Auto-format and fix tuple
This commit is contained in:
parent
e1b3e8ee11
commit
84fb3a3fb3
|
@ -28,7 +28,7 @@ CONVERTERS = {
|
|||
|
||||
|
||||
# File types that can be written to stdout
|
||||
FILE_TYPES_STDOUT = ("json")
|
||||
FILE_TYPES_STDOUT = ("json",)
|
||||
|
||||
|
||||
class FileTypes(str, Enum):
|
||||
|
|
Loading…
Reference in New Issue
Block a user