Skip to content

Commit 5f805d8

Browse files
committed
Small fixes
1 parent a6f9c8f commit 5f805d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appointment/admin.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
from django import forms
1010
from django.contrib import admin
1111

12-
from .models import (Appointment, AppointmentRequest, AppointmentRescheduleHistory, Config, DayOff,
13-
EmailVerificationCode, PasswordResetToken, Service, StaffMember, WorkingHours)
12+
from .models import (
13+
Appointment, AppointmentRequest, AppointmentRescheduleHistory, Config, DayOff, EmailVerificationCode,
14+
PasswordResetToken, Service, StaffMember, WorkingHours
15+
)
1416

1517

1618
@admin.register(Service)

0 commit comments

Comments
 (0)