Skip to content

Commit 9512491

Browse files
committed
remove default
1 parent fe53c28 commit 9512491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dvuploader/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class File(BaseModel):
4646
description: str = ""
4747
directory_label: str = Field(default="", alias="directoryLabel")
4848
mimeType: str = "application/octet-stream"
49-
categories: Optional[List[str]] = ["DATA"]
49+
categories: Optional[List[str]] = []
5050
restrict: bool = False
5151
checksum_type: ChecksumTypes = Field(default=ChecksumTypes.MD5, exclude=True)
5252
storageIdentifier: Optional[str] = None

0 commit comments

Comments
 (0)