Skip to content

Commit cf8ca5a

Browse files
authored
Remove unnecessary module import
Remove the import of queue, which is not used
1 parent 3b42503 commit cf8ca5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/multitask/task_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

4-
import time, sys, queue
4+
import time, sys
55
from multiprocessing.managers import BaseManager
66

77
# 创建类似的QueueManager:

0 commit comments

Comments
 (0)