Skip to content
Snippets Groups Projects
Commit d8943e7e authored by Alexander Kreft's avatar Alexander Kreft
Browse files

STY: pep8

parent 81d2b4df
Branches
Tags
2 merge requests!33MAINT: change arguments of create_user,!25F deprecate yamlapi
Pipeline #13677 passed with warnings
......@@ -22,10 +22,8 @@
# ** end header
#
""" YAML interface for the database (caosdb) """
""" !!! Deprecated !!! """
""" YAML interface for the database (caosdb)
!!! Deprecated !!! """
import yaml
......@@ -36,6 +34,8 @@ import caosdb
import caosdb.common.utils as utils
from caosdb.connection.connection import get_connection
import warnings
def append_sublist(v, newel, def_entity_type):
warnings.warn("""
This function is deprecated and will be removed with the next release.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment