cache: fix isort

master
pictuga 2021-09-11 21:39:11 +02:00
parent 7d86972e58
commit 10535a17c5
1 changed files with 1 additions and 1 deletions

View File

@ -17,8 +17,8 @@
import os
import pickle
import time
import threading
import time
from collections import OrderedDict
CACHE_SIZE = int(os.getenv('CACHE_SIZE', 1000)) # max number of items in cache (default: 1k items)