X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fauthconn.py;fp=osm_nbi%2Fauthconn.py;h=2f70405e16e26c22fb089de77a402bbacb5b2e2e;hp=0f4b52398476443fcbf22f34a805a6eab11e87ed;hb=f2af4a100d308e07f355d61b94fb27d1ccc97aa2;hpb=838e4fb65f485469934a4dd895ca910470fa8beb diff --git a/osm_nbi/authconn.py b/osm_nbi/authconn.py index 0f4b523..2f70405 100644 --- a/osm_nbi/authconn.py +++ b/osm_nbi/authconn.py @@ -204,6 +204,7 @@ class Authconn: :param filter_q: dictionary to filter user list by name (username is also admited) and/or _id :return: returns a list of users. """ + return list() # Default return value so that the method get_user passes pylint def get_user(self, _id, fail=True): """