]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/plugins/ttl_cache.py
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / plugins / ttl_cache.py
index 4f4f244d2d77a54d93b1c90de321f5949b5e14b7..b316151e7e08ef33522d4f57602f61bece7ad12d 100644 (file)
@@ -5,8 +5,8 @@ Based on Python 3 functools and backports.functools_lru_cache.
 """
 from __future__ import absolute_import
 
-from functools import wraps
 from collections import OrderedDict
+from functools import wraps
 from threading import RLock
 from time import time