Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
inkhey committed Jul 18, 2018
1 parent 78eabd2 commit 0acf666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracim/views/core_api/workspace_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from tracim.models.context_models import UserRoleWorkspaceInContext
from tracim.models.context_models import ContentInContext
from tracim.exceptions import EmptyLabelNotAllowed
from tracim.exceptions import ContentNotFoundFound
from tracim.exceptions import ContentNotFound
from tracim.exceptions import WorkspacesDoNotMatch
from tracim.exceptions import ParentNotFound
from tracim.views.controllers import Controller
Expand Down

0 comments on commit 0acf666

Please sign in to comment.