This commit is contained in:
Kovid Goyal
2023-09-25 21:16:24 +05:30
parent 164dd0d637
commit acd6b168fd

View File

@@ -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