[V3] Update black version and reformat (#1745)

* Update black version and reformat

* Pin black in extras_require
This commit is contained in:
Tobotimus
2018-05-30 12:37:00 +10:00
committed by palmtree5
parent d8c4113d24
commit 14cc701b25
32 changed files with 27 additions and 54 deletions

View File

@@ -74,7 +74,6 @@ SLOT_PAYOUTS_MSG = _(
def guild_only_check():
async def pred(ctx: commands.Context):
if await bank.is_global():
return True
@@ -87,7 +86,6 @@ def guild_only_check():
class SetParser:
def __init__(self, argument):
allowed = ("+", "-")
self.sum = int(argument)