We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643bb39 commit 72b770fCopy full SHA for 72b770f
ldclient/expiringdict.py
@@ -15,6 +15,9 @@
15
NOTE: iteration over dict and also keys() do not remove expired values!
16
17
Copied from https://github.com/mailgun/expiringdict/commit/d17d071721dd12af6829819885a74497492d7fb7 under the APLv2
18
+
19
+TODO - Use PyPI version once https://github.com/mailgun/expiringdict/issues/13 has been fixed so that
20
+https://github.com/mailgun/expiringdict/commit/62c50ce7083a1557a1140dae19145f3a0a7a1a14 is patched
21
'''
22
23
import time
0 commit comments