From cdd93a7620ecf21e35886ff576b6d40d506933ed Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 19 Feb 2024 15:47:56 +0000 Subject: [PATCH] Remove default arguments --- posts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posts.py b/posts.py index f7af16b14..43bde63b7 100644 --- a/posts.py +++ b/posts.py @@ -2933,8 +2933,8 @@ def send_post(signing_priv_key_pem: str, project_version: str, media_license_url: str, media_creator: str, translate: {}, buy_url: str, chat_url: str, auto_cw_cache: {}, - debug: bool = False, in_reply_to: str = None, - in_reply_to_atom_uri: str = None, subject: str = None) -> int: + debug: bool, in_reply_to: str, + in_reply_to_atom_uri: str, subject: str) -> int: """Post to another inbox. Used by unit tests. """ with_digest = True