We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8442902 commit 9c0dffdCopy full SHA for 9c0dffd
src/blackd/__init__.py
@@ -2,7 +2,7 @@
2
import logging
3
from concurrent.futures import Executor, ProcessPoolExecutor
4
from datetime import datetime, timezone
5
-from functools import partial, cache
+from functools import cache, partial
6
from multiprocessing import freeze_support
7
8
try:
0 commit comments