Update migration.pyi (#501)

* Update migration.pyi

* Fixes tests

* Fixes tests

* Fixes tests
This commit is contained in:
Nikita Sobolev
2020-10-26 11:43:47 +03:00
committed by GitHub
parent 402b7d563f
commit 40c8bfa510
5 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- name: Lint with black
python: 3.7
script: 'black --check django-stubs/'
script: 'black --check django-stubs/ setup.py'
- name: Lint plugin code with flake8
python: 3.7