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
|
black~=24.4.2
|
||||||
coverage
|
#coverage
|
||||||
django-debug-toolbar
|
#django-debug-toolbar
|
||||||
django-stubs
|
django-stubs
|
||||||
djlint~=1.34.1
|
djlint~=1.34.1
|
||||||
isort~=5.13.2
|
isort~=5.13.2
|
||||||
|
|
|
@ -10,7 +10,6 @@ import takahe.models
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
initial = True
|
initial = True
|
||||||
|
|
||||||
dependencies = []
|
dependencies = []
|
||||||
|
@ -538,7 +537,7 @@ class Migration(migrations.Migration):
|
||||||
upload_to=functools.partial(
|
upload_to=functools.partial(
|
||||||
takahe.models.upload_namer,
|
takahe.models.upload_namer,
|
||||||
*("attachment_thumbnails",),
|
*("attachment_thumbnails",),
|
||||||
**{}
|
**{},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue