Skip to content

Commit

Permalink
Remove unused logging import and init
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Coomber committed Nov 3, 2012
1 parent 27fa5ba commit b2bdc7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rabbitmq_graphviz.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import argparse
import json
import logging
import sys

logging.basicConfig(level=logging.INFO)

# TODO:
# - vhost

Expand Down

0 comments on commit b2bdc7a

Please sign in to comment.