From e2608b9390ff726b4d3519b91e6b4d545131dbee Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Sat, 13 May 2023 04:21:37 +0300 Subject: [PATCH] fix types --- e621.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e621.py b/e621.py index c04fb0a..4a9a16c 100644 --- a/e621.py +++ b/e621.py @@ -31,7 +31,7 @@ class E621PostFlags: note_locked: bool status_locked: bool rating_locked: bool - comment_disabled: bool + comment_disabled: Optional[bool] deleted: bool