Skip to content

Commit 2f520ab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c697628 commit 2f520ab

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

klaus/ctagscache.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
this could be optimized in the future.
2727
(**) "most likely": currently implemented as "most recently used"
2828
"""
29+
2930
import atexit
3031
import gzip
3132
import os

tools/dumbtest.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
""" Very dumb testing tool: Ensures all sites respond with HTTP 2xx/3xx """
2+
23
import atexit
34
import re
45
import sys

0 commit comments

Comments
 (0)