mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[CI] Format code
This commit is contained in:
parent
9ef3d3299d
commit
d77a1071bc
1 changed files with 3 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue