Fix black

This commit is contained in:
Forden 2023-08-09 18:40:05 +03:00 committed by GitHub
parent fb9878a617
commit da082a040d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -496,7 +496,7 @@ class Message(TelegramObject):
return ContentType.USER_SHARED
if self.chat_shared:
return ContentType.CHAT_SHARED
return ContentType.UNKNOWN
def _unparse_entities(self, text_decoration: TextDecoration) -> str: