diff options
Diffstat (limited to 'cloudinit/sources/helpers')
| -rw-r--r-- | cloudinit/sources/helpers/hetzner.py | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/cloudinit/sources/helpers/hetzner.py b/cloudinit/sources/helpers/hetzner.py index 72edb023..33dc4c53 100644 --- a/cloudinit/sources/helpers/hetzner.py +++ b/cloudinit/sources/helpers/hetzner.py @@ -3,15 +3,12 @@  #  # This file is part of cloud-init. See LICENSE file for license information. -from cloudinit import log as logging  from cloudinit import url_helper  from cloudinit import util  import base64  import binascii -LOG = logging.getLogger(__name__) -  def read_metadata(url, timeout=2, sec_between=2, retries=30):      response = url_helper.readurl(url, timeout=timeout, | 
