autofix stuff with ruff

This commit is contained in:
2024-05-20 18:38:18 +02:00
parent 07ea27d87f
commit 238edbd9dc
9 changed files with 14 additions and 17 deletions

View File

@ -2,5 +2,5 @@ from django.apps import AppConfig
class VenuesConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'venues'
default_auto_field = "django.db.models.BigAutoField"
name = "venues"