From acd6b168fdcae30306ff3a3212c14119bd080201 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 25 Sep 2023 21:16:24 +0530 Subject: [PATCH] ... --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index fae09602a..729f97040 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ import re import subprocess import sys import time -from functools import partial, lru_cache +from functools import lru_cache, partial from typing import Any, Callable, Dict, Iterable, List, Tuple from docutils import nodes