Skip to content

Commit

Permalink
cdb_obsolete can be None
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Kürten committed Jul 12, 2024
1 parent 88b430b commit 437d33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csfunctions/objects/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Document(BaseObject):
category2_name_de: str | None = Field(..., description="Category")
z_categ1: str | None = Field(..., description="Main Category")
z_categ2: str | None = Field(..., description="Category")
cdb_obsolete: int = Field(..., description="Obsolete")
cdb_obsolete: int | None = Field(..., description="Obsolete")
z_status: int = Field(..., description="Status Number")
z_status_txt: str = Field(..., description="Status Text")
autoren: str | None = Field(..., description="Authors, comma separated")
Expand Down

0 comments on commit 437d33b

Please sign in to comment.