Skip to content

Commit f62c4f3

Browse files
committed
Исправлена стилистическая ошибка
1 parent 87eee11 commit f62c4f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

users/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
UserWorkExperience,
3333
)
3434

35+
3536
@admin.register(Permission)
3637
class PermissionAdmin(admin.ModelAdmin):
3738
list_display = ("id", "content_type", "codename", "name")

0 commit comments

Comments
 (0)