1
0
Fork 0

Fixed Import limit for retries

This commit is contained in:
Giebisch 2023-01-17 00:59:51 +01:00
parent d0adb370cd
commit 5faf7f5e87
2 changed files with 29 additions and 18 deletions

View file

@ -6,7 +6,6 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0173_auto_20221228_1436"),
("bookwyrm", "0173_merge_20230102_1444"),
]