From f49203f9a49beb2316d4b6503bcc7dd0dc307d7b Mon Sep 17 00:00:00 2001 From: spla Date: Fri, 26 Aug 2022 11:37:06 +0200 Subject: [PATCH] Fixed wrong indent --- mastodon/Mastodon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index f652822..53b5081 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -2975,8 +2975,8 @@ class Mastodon: """ id = self.__unpack_id(id) return self.__api_request('POST', '/api/v1/admin/reports/{0}/resolve'.format(id)) - @api_version("3.5.3", "3.5.3", __DICT_VERSION_DOMAIN_BLOCKS) + @api_version("3.5.3", "3.5.3", __DICT_VERSION_DOMAIN_BLOCKS) def admin_domain_blocks_list(self): """ List domain blocks.