From 86eaa014d8450ff513d0b193887bbcafc17c8631 Mon Sep 17 00:00:00 2001 From: Devon Hudson Date: Mon, 24 Jun 2024 14:57:15 -0600 Subject: [PATCH] Remove whitespace --- sygnal/gcmpushkin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sygnal/gcmpushkin.py b/sygnal/gcmpushkin.py index 6f86e396..01b7ae74 100644 --- a/sygnal/gcmpushkin.py +++ b/sygnal/gcmpushkin.py @@ -757,7 +757,6 @@ def truncate_str(input: str, max_bytes: int) -> tuple[str, bool]: Returns: Tuple of (truncated string, whether truncation took place) - """ str_bytes = input.encode("utf-8")