autofix stuff with ruff
This commit is contained in:
@ -2,5 +2,5 @@ from django.apps import AppConfig
|
||||
|
||||
|
||||
class ImagesConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'images'
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "images"
|
||||
|
Reference in New Issue
Block a user