mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Appease the linter
This commit is contained in:
parent
0672b9378a
commit
6b82170d6f
@ -155,7 +155,7 @@ class PermissionsCrafty:
|
||||
@staticmethod
|
||||
def get_created_quantity_list(user_id):
|
||||
quantity_list = {
|
||||
EnumPermissionsCrafty.SERVER_CREATION.name: HelperServers.get_total_owned_servers(
|
||||
EnumPermissionsCrafty.SERVER_CREATION.name: HelperServers.get_total_owned_servers( # pylint: disable=line-too-long
|
||||
user_id
|
||||
),
|
||||
EnumPermissionsCrafty.USER_CONFIG.name: HelperUsers.get_managed_users(
|
||||
|
Loading…
Reference in New Issue
Block a user