X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fauthconn.py;h=2ebbb472c37f6a17b097439a36c7f7c222bde7e2;hp=ef4d75c7de5ebef268a0973403bdac2f6834c664;hb=b2e48bdecec7cd57f303becf40c5d469b8fdadff;hpb=23acf4001306e92a587de566be4bab00931104ba diff --git a/osm_nbi/authconn.py b/osm_nbi/authconn.py index ef4d75c..2ebbb47 100644 --- a/osm_nbi/authconn.py +++ b/osm_nbi/authconn.py @@ -110,7 +110,7 @@ class Authconn: Each Auth backend connector plugin must be a subclass of Authconn class. """ - def __init__(self, config, db, token_cache): + def __init__(self, config, db): """ Constructor of the Authconn class.