Skip to content
Snippets Groups Projects
Verified Commit 27ad1fc4 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

Merge branch 'dev' into f-more-caching

parents 5cc11ce6 5473a0a9
No related branches found
No related tags found
1 merge request!160STY: styling
......@@ -323,6 +323,8 @@ class LocalStorageIdentifiableAdapter(IdentifiableAdapter):
"""
def __init__(self):
warnings.warn(DeprecationWarning(
"This class is deprecated. Please use the CaosDBIdentifiableAdapter."))
self._registered_identifiables = dict()
self._records = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment