Skip to content
Snippets Groups Projects
Commit 9a89695f authored by florian's avatar florian
Browse files

DOC: Remove todos

parent f9a3a261
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ children.
"""
import caosdb as db
from caosdb.common.models import raise_errors
# TODO: Import the relevant error classes once they have been finalized.
from caosdb.exceptions import (AmbiguityException,
AuthorizationException,
EntityDoesNotExistError, EntityError,
......@@ -37,7 +36,6 @@ from caosdb.exceptions import (AmbiguityException,
UnqualifiedParentsError,
UnqualifiedPropertiesError)
import pytest # TODO: remove when xfails have been dealt with
from pytest import raises
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment