Skip to content

Commit 32f765b

Browse files
committed
wrong import order
1 parent a5ea7d9 commit 32f765b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/core/work/delegate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
:license: BSD, see LICENSE for more details.
1010
"""
1111
from typing import TYPE_CHECKING, Optional, Tuple
12+
from multiprocessing.reduction import send_handle
1213

1314
if TYPE_CHECKING:
1415
import socket
1516
import multiprocessing
1617
from multiprocessing import connection
17-
from multiprocessing.reduction import send_handle
1818

1919

2020
def delegate_work_to_pool(

0 commit comments

Comments
 (0)