Skip to content

Commit c63523d

Browse files
Missing import
1 parent 549c57a commit c63523d

File tree

1 file changed

+1
-1
lines changed
  • mongodb_consistent_backup/Archive/Tar

1 file changed

+1
-1
lines changed

mongodb_consistent_backup/Archive/Tar/Tar.py

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

44
from copy_reg import pickle
5-
from multiprocessing import Pool
5+
from multiprocessing import Pool, TimeoutError
66
from types import MethodType
77

88
from TarThread import TarThread

0 commit comments

Comments
 (0)