Skip to content

Commit fff76c6

Browse files
committed
Remove move exception import in Job (mrq/job.py)
1 parent d5086ad commit fff76c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mrq/job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from bson import ObjectId
66
from redis.exceptions import LockError
77
import time
8-
from .exceptions import RetryInterrupt, MaxRetriesInterrupt, AbortInterrupt, MaxConcurrencyInterrupt, MovedInterrupt
8+
from .exceptions import RetryInterrupt, MaxRetriesInterrupt, AbortInterrupt, MaxConcurrencyInterrupt
99
from .utils import load_class_by_path, group_iter
1010
import gevent
1111
import objgraph

0 commit comments

Comments
 (0)