Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit 28aeab8

Browse files
committed
Change proposed by peppelinux.
1 parent 1316cf1 commit 28aeab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oidcendpoint/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def __setitem__(self, sid, instance):
163163
self._db.set(sid, _info)
164164

165165
def __delitem__(self, key):
166-
self._db.delete(key)
166+
del self._db[key]
167167

168168
def keys(self):
169169
return self._db.keys()

0 commit comments

Comments
 (0)