Skip to content

Commit bce1bed

Browse files
committed
fixup! Fix directories for suggested use pattern
1 parent 50e99b5 commit bce1bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: check_times.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from build_docs import format_seconds
1818

19-
LOGS_ROOT = Path('docsbuild-logs').resolve()
19+
LOGS_ROOT = Path("docsbuild-logs").resolve()
2020

2121

2222
def get_lines() -> list[str]:

0 commit comments

Comments
 (0)