[CI] Format code

This commit is contained in:
yunohost-bot 2021-09-20 11:41:19 +00:00
parent 9ef3d3299d
commit d77a1071bc

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):