Fixed wrong indent
This commit is contained in:
pare
11d9da9291
commit
f49203f9a4
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -2975,8 +2975,8 @@ class Mastodon:
|
||||||
"""
|
"""
|
||||||
id = self.__unpack_id(id)
|
id = self.__unpack_id(id)
|
||||||
return self.__api_request('POST', '/api/v1/admin/reports/{0}/resolve'.format(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):
|
def admin_domain_blocks_list(self):
|
||||||
"""
|
"""
|
||||||
List domain blocks.
|
List domain blocks.
|
||||||
|
|
Loading…
Referencia en una nova incidència