Skip to content

Commit

Permalink
publisher: use new-style class declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez committed Jan 21, 2019
1 parent e05adab commit 37e5cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reana_commons/publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
MQ_PRODUCER_MAX_RETRIES, MQ_URL, MQ_USER)


class BasePublisher():
class BasePublisher(object):
"""Base publisher to MQ."""

def __init__(self, queue, routing_key, connection=None,
Expand Down

0 comments on commit 37e5cca

Please sign in to comment.