Appease Black

This commit is contained in:
amcmanu3 2022-04-10 17:02:48 -04:00
parent 3826cb3486
commit dd5dac6336
2 changed files with 2 additions and 4 deletions

View File

@ -195,9 +195,7 @@ class Permissions_Servers:
@staticmethod
def remove_roles_of_server(server_id):
return (
Role_Servers.delete()
.where(Role_Servers.server_id == server_id)
.execute()
Role_Servers.delete().where(Role_Servers.server_id == server_id).execute()
)
@staticmethod