reformatted

This commit is contained in:
David Kennedy 2024-04-16 11:13:17 -04:00
parent 69c665e4fa
commit 72a816acda
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -686,7 +686,7 @@ class ContactAdmin(ListHeaderAdmin):
user_exists.boolean = True # type: ignore user_exists.boolean = True # type: ignore
user_exists.short_description = "Is user" # type: ignore user_exists.short_description = "Is user" # type: ignore
user_exists.admin_order_field = 'user' # type: ignore user_exists.admin_order_field = "user" # type: ignore
# We name the custom prop 'contact' because linter # We name the custom prop 'contact' because linter
# is not allowing a short_description attr on it # is not allowing a short_description attr on it