Skip to content

Commit 6af98f3

Browse files
authored
Fix ColorizingStreamHandler import (#293)
1 parent f2fcf99 commit 6af98f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rq_scheduler/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from datetime import datetime, timedelta
66
import logging
77

8-
from rq.utils import ColorizingStreamHandler
8+
from rq.logutils import ColorizingStreamHandler
99

1010

1111
# from_unix from times.from_unix()

0 commit comments

Comments
 (0)