Skip to content

Commit a7819a0

Browse files
committed
pyfmt
1 parent a605bce commit a7819a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/dj/fpm/admin.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44

55
@admin.register(Package)
66
class PackageAdmin(admin.ModelAdmin):
7-
list_display = ('name', 'plan', 'hours', 'status')
8-
exclude = ('created_at', 'updated_at')
9-
7+
list_display = ("name", "plan", "hours", "status")
8+
exclude = ("created_at", "updated_at")

0 commit comments

Comments
 (0)