Fix default function when migrate. (#147)

This commit is contained in:
long2ice
2021-04-05 14:10:42 +08:00
parent b147859960
commit 44fd2fe6ae
8 changed files with 117 additions and 156 deletions

View File

@@ -27,7 +27,7 @@ dictdiffer = "*"
[tool.poetry.dev-dependencies]
flake8 = "*"
isort = "*"
black = "^20.8b1"
black = "19.10b0"
pytest = "*"
pytest-xdist = "*"
pytest-asyncio = "*"