From 22220e200a43f9a172e1abac93907b48d60d3ee0 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Wed, 16 Sep 2020 09:53:09 -0400 Subject: cloudinit: remove unused LOG variables (#574) Co-authored-by: Rick Harding --- cloudinit/sources/DataSourceBigstep.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'cloudinit/sources/DataSourceBigstep.py') diff --git a/cloudinit/sources/DataSourceBigstep.py b/cloudinit/sources/DataSourceBigstep.py index 52fff20a..63435279 100644 --- a/cloudinit/sources/DataSourceBigstep.py +++ b/cloudinit/sources/DataSourceBigstep.py @@ -7,13 +7,10 @@ import errno import json -from cloudinit import log as logging from cloudinit import sources from cloudinit import url_helper from cloudinit import util -LOG = logging.getLogger(__name__) - class DataSourceBigstep(sources.DataSource): -- cgit v1.2.3