Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
peitilisc committed Dec 7, 2021
1 parent e7becd4 commit d395ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tilequeue/queue/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from message import MessageHandle # noreorder
from file import OutputFileQueue
from memory import MemoryQueue
from redis_queue import make_redis_queue
from sqs import JobProgressException
Expand Down

0 comments on commit d395ff1

Please sign in to comment.