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

2
poetry.lock generated
View File

@ -575,7 +575,7 @@ dbdrivers = ["aiomysql", "asyncpg"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7" python-versions = "^3.7"
content-hash = "fb4af0739735ad1230da97320edab72d41278ffa78005116f8119705b998aa10" content-hash = "ff0825922451c3ebd311666956adc8987677dc66fe5321565213cd3568ebd9ae"
[metadata.files] [metadata.files]
aiomysql = [ aiomysql = [

View File

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