Skip to content

Commit 27dc3f4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 021ddab commit 27dc3f4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

klaus/ctagscache.py

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)