Skip to content

Commit

Permalink
Fix lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Apr 20, 2015
1 parent 1a220a0 commit d5a4d72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions huey/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import traceback
import uuid
from functools import wraps

from huey.backends.dummy import DummySchedule
from huey.exceptions import DataStoreGetException
from huey.exceptions import DataStorePutException
Expand Down Expand Up @@ -44,6 +45,7 @@ class Huey(object):
from huey.api import Huey, crontab
from huey.backends.redis_backend import RedisQueue, RedisDataStore, RedisSchedule
queue = RedisQueue('my-app')
result_store = RedisDataStore('my-app')
schedule = RedisSchedule('my-app')
Expand Down

0 comments on commit d5a4d72

Please sign in to comment.