TrivialFix: Remove logging import unused
This patch removes logging import unused in monasca_common/simport/simport.py Change-Id: I61dc6a8b996e36b2be13b409e44bc7d8df356723
This commit is contained in:
parent
da9fa8ca01
commit
4e45bfc538
@ -13,15 +13,11 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import logging
|
||||
import os
|
||||
import os.path
|
||||
import sys
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class MissingModule(Exception):
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user