summaryrefslogtreecommitdiff
path: root/cloudinit/reporting
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-08-31 14:11:47 -0400
committerScott Moser <smoser@ubuntu.com>2015-08-31 14:11:47 -0400
commit3f2dddae6e8d5148bcf89c2b4e27975d1da77aea (patch)
tree289656329417732874ec95f789eeb0b8d4340806 /cloudinit/reporting
parent8bcccd07d1dbde74126e81967388d2e5a90fcfa7 (diff)
downloadvyos-cloud-init-3f2dddae6e8d5148bcf89c2b4e27975d1da77aea.tar.gz
vyos-cloud-init-3f2dddae6e8d5148bcf89c2b4e27975d1da77aea.zip
handlers: drop unused import
this import was left over from before we moved oauthlib into url_helper
Diffstat (limited to 'cloudinit/reporting')
-rw-r--r--cloudinit/reporting/handlers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/reporting/handlers.py b/cloudinit/reporting/handlers.py
index 140a98c5..ba480da0 100644
--- a/cloudinit/reporting/handlers.py
+++ b/cloudinit/reporting/handlers.py
@@ -1,7 +1,6 @@
# vi: ts=4 expandtab
import abc
-import oauthlib.oauth1 as oauth1
import six
from ..registry import DictRegistry