diff --git a/homcc/server/cache.py b/homcc/server/cache.py index fca2a30..f2de2cf 100644 --- a/homcc/server/cache.py +++ b/homcc/server/cache.py @@ -3,8 +3,8 @@ # https://github.com/celonis/homcc/blob/main/LICENSE """Caching module of the homcc server.""" -from collections import OrderedDict import logging +from collections import OrderedDict from pathlib import Path from threading import Lock