Remove unused json import

This commit is contained in:
Mike Place 2017-01-25 13:22:40 -07:00 committed by GitHub
parent 249efa3068
commit c09f39d6c9

View file

@ -19,7 +19,6 @@ them onto a logstash endpoint.
# Import python libraries
from __future__ import absolute_import
import logging
import json
# Import salt libs
import salt.utils.event