Merge pull request #1332 from YunoHost/ci-format-dev

[CI] Format code
This commit is contained in:
Alexandre Aubin 2021-09-20 13:46:05 +02:00 committed by GitHub
commit 07aea48921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1114,7 +1114,9 @@ class Migration(object):
# Those are to be implemented by daughter classes
mode = "auto"
dependencies: List[str] = [] # List of migration ids required before running this migration
dependencies: List[
str
] = [] # List of migration ids required before running this migration
@property
def disclaimer(self):