pep8 magic

This commit is contained in:
Bobloy 2018-04-02 10:11:19 -04:00
parent 2c39a00a66
commit 704d0e0ded
4 changed files with 10 additions and 10 deletions

View File

@ -8,6 +8,7 @@ from cogs.werewolf.Role import Role
from cogs.werewolf.votegroups.wolfvote import WolfVote from cogs.werewolf.votegroups.wolfvote import WolfVote
class VanillaWerewolf(Role): class VanillaWerewolf(Role):
rand_choice = True rand_choice = True
@ -45,11 +46,10 @@ class VanillaWerewolf(Role):
# await action_list[event][0](data) # await action_list[event][0](data)
# async def assign_player(self, player): # async def assign_player(self, player):
# """ # """
# Give this role a player # Give this role a player
# Can be used after the game has started (Cult, Mason, other role swap) # Can be used after the game has started (Cult, Mason, role swap)
# """ # """
# player.role = self # player.role = self