Fix black

This commit is contained in:
long2ice
2020-11-17 10:50:57 +08:00
parent 1463ee30bc
commit 499c4e1c02
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ asyncpg = {version = "*", optional = true}
[tool.poetry.dev-dependencies]
flake8 = "*"
isort = "*"
black = "*"
black = "^20.8b1"
pytest = "*"
pytest-xdist = "*"
pytest-asyncio = "*"