Skip to content

Commit 9c0dffd

Browse files
committed
fix
1 parent 8442902 commit 9c0dffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blackd/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
from concurrent.futures import Executor, ProcessPoolExecutor
44
from datetime import datetime, timezone
5-
from functools import partial, cache
5+
from functools import cache, partial
66
from multiprocessing import freeze_support
77

88
try:

0 commit comments

Comments
 (0)