Skip to content

Commit

Permalink
I forgot to change the import
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Alvarez Novoa committed Mar 31, 2017
1 parent ddddcb7 commit bb95504
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python_logging_rabbitmq/handlers_oneway.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# -*- coding: utf-8 -*-
import logging
import threading
from Queue import Queue


import pika
from pika import credentials

from .filters import FieldFilter
from .formatters import JSONFormatter
from .compat import Queue


class RabbitMQHandlerOneWay(logging.Handler):
Expand Down

0 comments on commit bb95504

Please sign in to comment.