X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/99f6dd4f1ff0390de9a9bbd4e3352b953cb9a235..3306216e9d0c249c2699275aad212a7c4c3cc4a7:/apps/waiter/utils.py diff --git a/apps/waiter/utils.py b/apps/waiter/utils.py index 1edc2faa1..68d21bd79 100644 --- a/apps/waiter/utils.py +++ b/apps/waiter/utils.py @@ -18,4 +18,3 @@ def clear_cache(path): abs_path = check_abspath(path) if exists(abs_path): rmtree(abs_path) -