Skip to content
Snippets Groups Projects
Commit 7fd36560 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: remove unnecessary deprecation

parent d194c6f7
No related branches found
No related tags found
3 merge requests!114Helper MR,!113F linkahead rename before rename,!112LinkAhead rename lvl 0
......@@ -294,14 +294,6 @@ class _DefaultCaosDBServerConnection(CaosDBServerConnection):
self._session.verify = verify
class _DefaultCaosDBServerConnection(_DefaultCaosDBServerConnection):
def __init__(self, *args, **kwargs):
warn(("The name _DefaultCaosDBServerConnection is deprecated. Please use "
"_DefaultCaosDBServerConnection."),
DeprecationWarning)
super().__init__(*args, **kwargs)
def _make_conf(*conf):
"""_make_conf.
......
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