mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-12-05 01:10:15 +00:00
Appease black
This commit is contained in:
@@ -73,7 +73,7 @@ class RolesController:
|
||||
|
||||
@staticmethod
|
||||
def get_server_ids_and_perms_from_role(
|
||||
role_id: t.Union[str, int]
|
||||
role_id: t.Union[str, int],
|
||||
) -> t.List[RoleServerJsonType]:
|
||||
# FIXME: somehow retrieve only the server ids, not the whole servers
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user