Skip to content

Commit 5868867

Browse files
author
Tim Vaillancourt
committed
unused Process import pep8 warns on
1 parent 8574d34 commit 5868867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MongoBackup/Methods/Dumper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import logging
22

33
from fabric.api import hide, settings, local
4-
from multiprocessing import Process, Queue
4+
from multiprocessing import Queue
55
from time import sleep
66

77

0 commit comments

Comments
 (0)