X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/99f6dd4f1ff0390de9a9bbd4e3352b953cb9a235..01ba89e7caab3e386df4b1a99a93b98a237a0457:/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) -