fix lint
This commit is contained in:
parent
4fceb85eb0
commit
dcc2d6ea41
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
black~=24.4.2
|
||||
coverage
|
||||
django-debug-toolbar
|
||||
#coverage
|
||||
#django-debug-toolbar
|
||||
django-stubs
|
||||
djlint~=1.34.1
|
||||
isort~=5.13.2
|
||||
|
|
|
@ -10,7 +10,6 @@ import takahe.models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
initial = True
|
||||
|
||||
dependencies = []
|
||||
|
@ -538,7 +537,7 @@ class Migration(migrations.Migration):
|
|||
upload_to=functools.partial(
|
||||
takahe.models.upload_namer,
|
||||
*("attachment_thumbnails",),
|
||||
**{}
|
||||
**{},
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue