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 @@ ...@@ -22,10 +22,8 @@
# ** end header # ** end header
# #
""" YAML interface for the database (caosdb) """ """ YAML interface for the database (caosdb)
""" !!! Deprecated !!! """ !!! Deprecated !!! """
import yaml import yaml
...@@ -36,6 +34,8 @@ import caosdb ...@@ -36,6 +34,8 @@ import caosdb
import caosdb.common.utils as utils import caosdb.common.utils as utils
from caosdb.connection.connection import get_connection from caosdb.connection.connection import get_connection
import warnings import warnings
def append_sublist(v, newel, def_entity_type): def append_sublist(v, newel, def_entity_type):
warnings.warn(""" warnings.warn("""
This function is deprecated and will be removed with the next release. 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