Skip to content
Snippets Groups Projects

ENH: added verbose option to data model

Merged Alexander Schlemmer requested to merge f-verbose-option into dev
All threads resolved!
@@ -23,6 +23,11 @@
# ** end header
#
from copy import deepcopy
# TODO(fspreck) for backwards compatibility with Python < 3.9 but this is
# actually
# [deprecated](https://docs.python.org/3/library/typing.html#typing.List), so
# remove this, when we drop support for old Python versions.
from typing import List
import caosdb as db
from caosdb.apiutils import compare_entities, describe_diff
Loading