Skip to content

Commit

Permalink
Disable stupid pylint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Jun 26, 2018
1 parent 99ba0e7 commit 9dfbe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/direct_queue_publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from __future__ import absolute_import
import argparse

import pika
import pika # pylint: disable=import-error


def main(queue, payload):
Expand Down

0 comments on commit 9dfbe39

Please sign in to comment.