This commit is contained in:
Kovid Goyal 2023-09-25 21:16:24 +05:30
parent 164dd0d637
commit acd6b168fd
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -12,7 +12,7 @@
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