remove clicrdv leftovers (#47309)

This commit is contained in:
Frédéric Péters 2021-10-23 17:10:14 +02:00
parent 4a8931ef61
commit 5fd3d0c06e
2 changed files with 0 additions and 12 deletions

View File

@ -1,11 +0,0 @@
from wcs.workflows import EvolutionPart
class AppointmentPart(EvolutionPart):
def view(self):
return ''
class AppointmentErrorPart(EvolutionPart):
def view(self):
return ''

View File

@ -1,2 +1 @@
from . import abelium_domino_workflow
from . import clicrdv