mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Unwanted residual code
This commit is contained in:
parent
f98ad4f191
commit
b54266cbf3
1 changed files with 2 additions and 5 deletions
|
@ -1293,9 +1293,6 @@ def _skip_all_migrations():
|
||||||
write_to_yaml(MIGRATIONS_STATE_PATH, new_states)
|
write_to_yaml(MIGRATIONS_STATE_PATH, new_states)
|
||||||
|
|
||||||
|
|
||||||
def _get_revert_dependencies(migration, all_migrations):
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(object):
|
class Migration(object):
|
||||||
|
|
||||||
# Those are to be implemented by daughter classes
|
# Those are to be implemented by daughter classes
|
||||||
|
|
Loading…
Add table
Reference in a new issue