add stub AppointmentErrorPart (#38531)

This commit is contained in:
Frédéric Péters 2019-12-14 06:38:43 +01:00
parent a601e8a1c5
commit e0ca24cbe7
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
class AppointmentPart(object):
def view(self):
return ''
class AppointmentErrorPart(object):
def view(self):
return ''