Bladeren bron

fix bad import

inkhey 6 jaren geleden
bovenliggende
commit
0acf666f42
Geen account gekoppeld aan de committers e-mail
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      tracim/views/core_api/workspace_controller.py

+ 1 - 1
tracim/views/core_api/workspace_controller.py Bestand weergeven

@@ -18,7 +18,7 @@ from tracim.models.data import ActionDescription
18 18
 from tracim.models.context_models import UserRoleWorkspaceInContext
19 19
 from tracim.models.context_models import ContentInContext
20 20
 from tracim.exceptions import EmptyLabelNotAllowed
21
-from tracim.exceptions import ContentNotFoundFound
21
+from tracim.exceptions import ContentNotFound
22 22
 from tracim.exceptions import WorkspacesDoNotMatch
23 23
 from tracim.exceptions import ParentNotFound
24 24
 from tracim.views.controllers import Controller