fix types

This commit is contained in:
bakatrouble 2023-05-13 04:21:37 +03:00
parent db985f6f29
commit e2608b9390

View File

@ -31,7 +31,7 @@ class E621PostFlags:
note_locked: bool
status_locked: bool
rating_locked: bool
comment_disabled: bool
comment_disabled: Optional[bool]
deleted: bool