Skip to content

Commit b618979

Browse files
committed
Fix lint
1 parent 048c72c commit b618979

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdks/python/apache_beam/utils/multi_process_shared.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@
2626
import logging
2727
import multiprocessing.managers
2828
import os
29+
import socket
2930
import tempfile
3031
import threading
31-
import socket
3232
import time
33-
3433
import traceback
3534
from typing import Any
3635
from typing import Callable

0 commit comments

Comments
 (0)