From aa5f2b72b7a875b6c0fec37e2b8357749dfb2de4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:47:56 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- klaus/ctagscache.py | 1 + tools/dumbtest.py | 1 + 2 files changed, 2 insertions(+) diff --git a/klaus/ctagscache.py b/klaus/ctagscache.py index 0c242b9d..60f0b321 100644 --- a/klaus/ctagscache.py +++ b/klaus/ctagscache.py @@ -26,6 +26,7 @@ this could be optimized in the future. (**) "most likely": currently implemented as "most recently used" """ + import atexit import gzip import os diff --git a/tools/dumbtest.py b/tools/dumbtest.py index 9e5c2c17..4fd24030 100644 --- a/tools/dumbtest.py +++ b/tools/dumbtest.py @@ -1,4 +1,5 @@ """ Very dumb testing tool: Ensures all sites respond with HTTP 2xx/3xx """ + import atexit import re import sys